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.
Defines the properties and methods for the ForEachEnumerator.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("4C373C49-7E3C-4549-B967-20A1E7985F01")> _
Public Interface IDTSForEachEnumerator100
'Usage
Dim instance As IDTSForEachEnumerator100
[GuidAttribute("4C373C49-7E3C-4549-B967-20A1E7985F01")]
public interface IDTSForEachEnumerator100
[GuidAttribute(L"4C373C49-7E3C-4549-B967-20A1E7985F01")]
public interface class IDTSForEachEnumerator100
[<GuidAttribute("4C373C49-7E3C-4549-B967-20A1E7985F01")>]
type IDTSForEachEnumerator100 = interface end
public interface IDTSForEachEnumerator100
Der IDTSForEachEnumerator100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
CollectionEnumerator | Infrastruktur Gets or sets a value that indicates what kind of objects the enumerator is iterating over. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
GetEnumerator | Infrastruktur Returns an enumerator for iterating over the collection. |
![]() |
InitializeForEachEnumerator | Infrastruktur Initializes the properties associated with the task. |
![]() |
Validate | Infrastruktur Allows the enumerator to determine if it contains invalid settings that will prevent it from executing successfully. |
Zum Anfang
.gif)
.gif)