Partager via


Propriété ForEachNodeListEnumerator.CollectionEnumerator

Returns a Boolean indicating whether the enumerator type is an element collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly :  Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property CollectionEnumerator As Boolean 
    Get
'Utilisation
Dim instance As ForEachNodeListEnumerator 
Dim value As Boolean 

value = instance.CollectionEnumerator
public override bool CollectionEnumerator { get; }
public:
virtual property bool CollectionEnumerator {
    bool get () override;
}
abstract CollectionEnumerator : bool 
override CollectionEnumerator : bool
override function get CollectionEnumerator () : boolean

Valeur de propriété

Type : System.Boolean
true if the EnumerationType is set to ElementCollection; otherwise, false.

Implémente

IDTSForEachEnumerator.CollectionEnumerator

Voir aussi

Référence

ForEachNodeListEnumerator Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList