Share via


IDTSForEachFromVarEnumerator.VariableName プロパティ

定義

列挙する変数の名前を取得します。値の設定も可能です。

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

プロパティ値

列挙する変数の名前を含む文字列。

適用対象