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 a value that indicates what type of object to enumerate over.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Ensamblado: Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)
Sintaxis
'Declaración
Property Type As ADOEnumerationType
Get
Set
'Uso
Dim instance As IDTSForEachADOEnumerator
Dim value As ADOEnumerationType
value = instance.Type
instance.Type = value
ADOEnumerationType Type { get; set; }
property ADOEnumerationType Type {
ADOEnumerationType get ();
void set (ADOEnumerationType value);
}
abstract Type : ADOEnumerationType with get, set
function get Type () : ADOEnumerationType
function set Type (value : ADOEnumerationType)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.ADOEnumerationType
A value from the ADOEnumerationType enumeration that indicates what to enumerate over.
Vea también
Referencia
IDTSForEachADOEnumerator Interfaz
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO