VariableName propriété
Gets or sets the name of the variable to enumerate.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.FromVar
Assembly : Microsoft.SqlServer.ForEachFromVarEnumerator (dans Microsoft.SqlServer.ForEachFromVarEnumerator.dll)
Syntaxe
'Déclaration
Property VariableName As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
A String containing the name of the variable to enumerate.