Condividi tramite


IDTSForEachEnumerator.CollectionEnumerator Property

Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over.

Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintassi

'Dichiarazione
Property CollectionEnumerator As Boolean
bool CollectionEnumerator { get; set; }
property bool CollectionEnumerator {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_CollectionEnumerator ()

/** @property */
void set_CollectionEnumerator (boolean value)
function get CollectionEnumerator () : boolean

function set CollectionEnumerator (value : boolean)

Valore proprietà

false if the enumerator is iterating over a collection of objects. true if the enumerator is iterating over a collection of collections.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

IDTSForEachEnumerator Interface
IDTSForEachEnumerator Members
Microsoft.SqlServer.Dts.Runtime Namespace