Propriété WindowStyle
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
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é
Voir aussi