Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a Boolean indicating whether the enumerator type is an element collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CollectionEnumerator As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the EnumerationType is set to ElementCollection; otherwise, false.
Implements
IDTSForEachEnumerator.CollectionEnumerator
See Also
Reference
ForEachNodeListEnumerator Class
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList Namespace