Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the variable to enumerate.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.FromVar
Ensamblado: Microsoft.SqlServer.ForEachFromVarEnumerator (en Microsoft.SqlServer.ForEachFromVarEnumerator.dll)
Sintaxis
'Declaración
Property VariableName As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A String containing the name of the variable to enumerate.
Vea también
Referencia
IDTSForEachFromVarEnumerator Interfaz
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.FromVar