Share via


ForEachEnumerator.CollectionEnumerator 속성

Gets or sets Boolean that indicates if the foreach loop enumerator is enumerating collections of objects or enumerating collections of collections.

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

구문

‘선언
Public Overridable Property CollectionEnumerator As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ForEachEnumerator 
Dim value As Boolean 

value = instance.CollectionEnumerator

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

속성 값

유형: System.Boolean
A Boolean that indicates what the enumerator is iterating over.

구현

IDTSForEachEnumerator.CollectionEnumerator

주의

true if the enumerator is iterating over a collection of collections. false if the enumerator is iterating over a collection of objects.

참고 항목

참조

ForEachEnumerator 클래스

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