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

属性值

一个包含要枚举变量名称的字符串。

适用于