Freigeben über


IDTSForEachEnumerator100-Schnittstelle

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
Öffentliche Eigenschaft CollectionEnumerator Infrastruktur Gets or sets a value that indicates what kind of objects the enumerator is iterating over.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator Infrastruktur Returns an enumerator for iterating over the collection.
Öffentliche Methode InitializeForEachEnumerator Infrastruktur Initializes the properties associated with the task.
Öffentliche Methode Validate Infrastruktur Allows the enumerator to determine if it contains invalid settings that will prevent it from executing successfully.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace