Поделиться через


Свойство ForEachEnumeratorHostClass.CollectionEnumerator

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets a Boolean that indicates if the hosting enumerator is enumerating collections of objects or enumerating collections of collections.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Overridable Property CollectionEnumerator As Boolean 
    Get 
    Set
'Применение
Dim instance As ForEachEnumeratorHostClass 
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
true if the hosting enumerator is enumerating collections of objects; false if the hosting enumerator is enumerating collections of collections.

Реализует

IDTSForEachEnumerator100.CollectionEnumerator

См. также

Справочник

ForEachEnumeratorHostClass Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper