Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Синтаксис
'Декларация
Property CollectionEnumerator As Boolean
bool CollectionEnumerator { get; set; }
property bool CollectionEnumerator {
bool get ();
void set (bool value);
}
/** @property */
boolean get_CollectionEnumerator ()
/** @property */
void set_CollectionEnumerator (boolean value)
function get CollectionEnumerator () : boolean
function set CollectionEnumerator (value : boolean)
Значение свойства
false if the enumerator is iterating over a collection of objects. true if the enumerator is iterating over a collection of collections.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSForEachEnumerator Interface
IDTSForEachEnumerator Members
Microsoft.SqlServer.Dts.Runtime Namespace