InputParameter.DtsVariableName プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
変数名を含む文字列。
注釈
変数名では大文字と小文字が区別されます。