共用方式為


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 命名空間