此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the style of the window to run the process in.
命名空间: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
程序集: Microsoft.SqlServer.ExecProcTask(在 Microsoft.SqlServer.ExecProcTask.dll 中)
语法
声明
Property WindowStyle As ProcessWindowStyle
Get
Set
用法
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)
属性值
类型: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.