ExecuteProcess.StandardErrorVariable プロパティ

実行するプロセスのエラー出力をキャプチャするために使用する変数の名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
アセンブリ:  Microsoft.SqlServer.ExecProcTask (Microsoft.SqlServer.ExecProcTask.dll)

構文

'宣言
Public Property StandardErrorVariable As String 
    Get 
    Set
'使用
Dim instance As ExecuteProcess 
Dim value As String 

value = instance.StandardErrorVariable

instance.StandardErrorVariable = value
public string StandardErrorVariable { get; set; }
public:
virtual property String^ StandardErrorVariable {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract StandardErrorVariable : string with get, set 
override StandardErrorVariable : string with get, set
final function get StandardErrorVariable () : String 
final function set StandardErrorVariable (value : String)

プロパティ値

型: System.String
実行するプロセスのエラー出力をキャプチャするために使用する変数の名前を表す String です。

実装

IDTSExecuteProcess.StandardErrorVariable

関連項目

参照

ExecuteProcess クラス

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess 名前空間