Compartir a través de


ExecuteProcess.WindowStyle Propiedad

Gets or sets the style of the window to run the process in.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Ensamblado:  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Sintaxis

'Declaración
Public Property WindowStyle As ProcessWindowStyle 
    Get 
    Set
'Uso
Dim instance As ExecuteProcess 
Dim value As ProcessWindowStyle 

value = instance.WindowStyle

instance.WindowStyle = value
public ProcessWindowStyle WindowStyle { get; set; }
public:
virtual property ProcessWindowStyle WindowStyle {
    ProcessWindowStyle get () sealed;
    void set (ProcessWindowStyle value) sealed;
}
abstract WindowStyle : ProcessWindowStyle with get, set 
override WindowStyle : ProcessWindowStyle with get, set
final function get WindowStyle () : ProcessWindowStyle 
final function set WindowStyle (value : ProcessWindowStyle)

Valor de la propiedad

Tipo: System.Diagnostics.ProcessWindowStyle
A ProcessWindowStyle enumeration value indicating how the window appears when the process runs. Valid values include Normal, Maximized, Minimized or Hidden. For more information, see ProcessWindowStyle Enumeration in the .NET Framework Class Library.

Implementa

IDTSExecuteProcess.WindowStyle

Vea también

Referencia

ExecuteProcess Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteProcess