IDTSForEachFromVarEnumerator.VariableName 属性
Gets or sets the name of the variable to enumerate.
命名空间: Microsoft.SqlServer.Dts.Runtime.Enumerators.FromVar
程序集: Microsoft.SqlServer.ForEachFromVarEnumerator(在 Microsoft.SqlServer.ForEachFromVarEnumerator.dll 中)
语法
声明
Property VariableName As String
Get
Set
用法
Dim instance As IDTSForEachFromVarEnumerator
Dim value As String
value = instance.VariableName
instance.VariableName = value
string VariableName { get; set; }
property String^ VariableName {
String^ get ();
void set (String^ value);
}
abstract VariableName : string with get, set
function get VariableName () : String
function set VariableName (value : String)
属性值
类型:System.String
A String containing the name of the variable to enumerate.