Proprietà IDTSForEachADOEnumerator.Type

Gets or sets a value that indicates what type of object to enumerate over.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)

Sintassi

'Dichiarazione
Property Type As ADOEnumerationType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.ADOEnumerationType
A value from the ADOEnumerationType enumeration that indicates what to enumerate over.

Vedere anche

Riferimento

IDTSForEachADOEnumerator Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO