다음을 통해 공유


ForEachNodeListEnumerator.CollectionEnumerator 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
어셈블리:  Microsoft.SqlServer.ForEachNodeListEnumerator(Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

구문

‘선언
Public Overrides ReadOnly Property CollectionEnumerator As Boolean 
    Get
‘사용 방법
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

속성 값

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

구현

IDTSForEachEnumerator.CollectionEnumerator

참고 항목

참조

ForEachNodeListEnumerator 클래스

Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList 네임스페이스