Share via


IDTSForEachADOEnumerator.Type Propiedad

Definición

Obtiene o establece un valor que indica sobre qué tipo de objeto se va a enumerar.

public:
 property Microsoft::SqlServer::Dts::Runtime::Enumerators::ADO::ADOEnumerationType Type { Microsoft::SqlServer::Dts::Runtime::Enumerators::ADO::ADOEnumerationType get(); void set(Microsoft::SqlServer::Dts::Runtime::Enumerators::ADO::ADOEnumerationType value); };
public Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.ADOEnumerationType Type { get; set; }
member this.Type : Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.ADOEnumerationType with get, set
Public Property Type As ADOEnumerationType

Valor de propiedad

Un valor de la enumeración ADOEnumerationType que indica sobre lo que se va a enumerar.

Se aplica a