Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the name of the variable to enumerate.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.FromVar
Assembly: Microsoft.SqlServer.ForEachFromVarEnumerator (in Microsoft.SqlServer.ForEachFromVarEnumerator.dll)
Syntax
'Declaration
Property VariableName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String containing the name of the variable to enumerate.
See Also
Reference
IDTSForEachFromVarEnumerator Interface
Microsoft.SqlServer.Dts.Runtime.Enumerators.FromVar Namespace