Skip to main content

ExecuteProcessTaskWindowStyle Enumeration

ExecuteProcessTaskWindowStyle Enumeration

The ExecuteProcessTaskWindowStyle enumeration provides options for the kind of window in which to run the process in a SQL Server Integration Services Execute Process task.

Enumeration Values

NameSummary
Normal
Specifies that the window will be in normal or restored mode.
Maximized
Specifies that the window will be maximized.
Minimized
Specifies that the window will be minimized.
Hidden
Specifies that the window will be entirely hidden.