IDTSResultBinding.DtsVariableName プロパティ

定義

SSIS パッケージ変数の名前を取得します。値の設定も可能です。

public:
 property System::String ^ DtsVariableName { System::String ^ get(); void set(System::String ^ value); };
public string DtsVariableName { get; set; }
member this.DtsVariableName : string with get, set
Public Property DtsVariableName As String

プロパティ値

パッケージ変数の名前です。

適用対象