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
Name | Summary |
---|---|
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. |