Proprietà ForEachNodeListEnumerator.CollectionEnumerator
Returns a Boolean indicating whether the enumerator type is an element collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property CollectionEnumerator As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the EnumerationType is set to ElementCollection; otherwise, false.
Implementa
IDTSForEachEnumerator.CollectionEnumerator
Vedere anche
Riferimento
ForEachNodeListEnumerator Classe
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList