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.
Provides the methods and properties for the ForEachEnumerator.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")> _
Public Interface IDTSForEachEnumerator
'Usage
Dim instance As IDTSForEachEnumerator
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")]
public interface IDTSForEachEnumerator
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
[GuidAttribute(L"524d96b5-884f-41d9-9000-21f3f49e98e4")]
public interface class IDTSForEachEnumerator
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
[<GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")>]
type IDTSForEachEnumerator = interface end
public interface IDTSForEachEnumerator
Der IDTSForEachEnumerator-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
CollectionEnumerator | Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
GetEnumerator | Returns a managed enumerator, IEnumerator, for use in iterating over the ForEachEnumerator collection. |
![]() |
Validate | Allows the ForEachEnumerator to determine if it contains invalid settings that will prevent it from executing successfully. |
Zum Anfang
.gif)
.gif)