Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a value that indicates what kind of objects the enumerator is iterating over.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property CollectionEnumerator As Boolean
Get
Set
'Usage
Dim instance As IDTSForEachEnumerator100
Dim value As Boolean
value = instance.CollectionEnumerator
instance.CollectionEnumerator = value
bool CollectionEnumerator { get; set; }
property bool CollectionEnumerator {
bool get ();
void set (bool value);
}
abstract CollectionEnumerator : bool with get, set
function get CollectionEnumerator () : boolean
function set CollectionEnumerator (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if the enumerator is iterating over a collection of collections; false if the enumerator is iterating over a collection of objects.
Hinweise
For more information, see IDTSForEachEnumerator.