Freigeben über


IDTSForEachEnumerator.CollectionEnumerator Property

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

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
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)

Eigenschaftswert

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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