IDTSExecuteProcess.WindowStyle Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)
Syntax
'Declaration
Property WindowStyle As ProcessWindowStyle
Get
Set
'Usage
Dim instance As IDTSExecuteProcess
Dim value As ProcessWindowStyle
value = instance.WindowStyle
instance.WindowStyle = value
ProcessWindowStyle WindowStyle { get; set; }
property ProcessWindowStyle WindowStyle {
ProcessWindowStyle get ();
void set (ProcessWindowStyle value);
}
abstract WindowStyle : ProcessWindowStyle with get, set
function get WindowStyle () : ProcessWindowStyle
function set WindowStyle (value : ProcessWindowStyle)