Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the style of the window to run the process in.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly : Microsoft.SqlServer.ExecProcTask (in microsoft.sqlserver.execproctask.dll)
Syntax
'Declaration
Public Property WindowStyle As ProcessWindowStyle
public ProcessWindowStyle WindowStyle { get; set; }
public:
virtual property ProcessWindowStyle WindowStyle {
ProcessWindowStyle get () sealed;
void set (ProcessWindowStyle value) sealed;
}
/** @property */
public final ProcessWindowStyle get_WindowStyle ()
/** @property */
public final void set_WindowStyle (ProcessWindowStyle value)
public final function get WindowStyle () : ProcessWindowStyle
public final function set WindowStyle (value : ProcessWindowStyle)
Eigenschaftswert
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.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ExecuteProcess Class
ExecuteProcess Members
Microsoft.SqlServer.Dts.Tasks.ExecuteProcess Namespace