Partager via


ForEachEnumerator.CollectionEnumerator Property

Gets or sets Boolean that indicates if the foreach loop enumerator is enumerating collections of objects or enumerating collections of collections.

Espace de noms: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntaxe

'Déclaration
Public Overridable Property CollectionEnumerator As Boolean
public virtual bool CollectionEnumerator { get; set; }
public:
virtual property bool CollectionEnumerator {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CollectionEnumerator ()

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

public function set CollectionEnumerator (value : boolean)

Valeur de propriété

A Boolean that indicates what the enumerator is iterating over.

Notes

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

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ForEachEnumerator Class
ForEachEnumerator Members
Microsoft.SqlServer.Dts.Runtime Namespace