Propriedade do RDL IDTSExecuteProcess.WindowStyle
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the style of the window to run the process in.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (em Microsoft.SqlServer.ExecProcTask.dll)
Sintaxe
'Declaração
Property WindowStyle As ProcessWindowStyle
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Diagnostics.ProcessWindowStyle
A ProcessWindowStyle enumeration value indicating how the window appears when the process runs.
Comentários
Valid values include Normal, Maximized, Minimized or Hidden. For more information, see ProcessWindowStyle Enumeration in the .NET Framework Class Library.