WindowStyle プロパティ
プロセスを実行するウィンドウのスタイルを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
アセンブリ: Microsoft.SqlServer.ExecProcTask (Microsoft.SqlServer.ExecProcTask.dll)
構文
'宣言
Public Property WindowStyle As ProcessWindowStyle
Get
Set
'使用
Dim instance As ExecuteProcess
Dim value As ProcessWindowStyle
value = instance.WindowStyle
instance.WindowStyle = value
public ProcessWindowStyle WindowStyle { get; set; }
public:
virtual property ProcessWindowStyle WindowStyle {
ProcessWindowStyle get () sealed;
void set (ProcessWindowStyle value) sealed;
}
abstract WindowStyle : ProcessWindowStyle with get, set
override WindowStyle : ProcessWindowStyle with get, set
final function get WindowStyle () : ProcessWindowStyle
final function set WindowStyle (value : ProcessWindowStyle)
プロパティ値
型: System.Diagnostics. . :: . .ProcessWindowStyle
プロセスを実行する際のウィンドウの外観を表す列挙値 ProcessWindowStyle です。有効な値は、Normal、Maximized、Minimized、または Hidden です。詳細については、.NET Framework クラス ライブラリの「ProcessWindowStyle 列挙体」を参照してください。