Partager via


Propriété IDTSExecuteProcess.WindowStyle

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly :  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Syntaxe

'Déclaration
Property WindowStyle As ProcessWindowStyle 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Diagnostics.ProcessWindowStyle
A ProcessWindowStyle enumeration value indicating how the window appears when the process runs.

Notes

Valid values include Normal, Maximized, Minimized or Hidden. For more information, see ProcessWindowStyle Enumeration in the .NET Framework Class Library.

Voir aussi

Référence

IDTSExecuteProcess Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecuteProcess