Freigeben über


IDTSManagedForEachEnumeratorWrapper100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Describes the interface for the ForEach enumerator wrapper.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("87C96B01-D176-4265-9D8F-A3D208D8039C")> _
Public Interface IDTSManagedForEachEnumeratorWrapper100
'Usage
Dim instance As IDTSManagedForEachEnumeratorWrapper100
[GuidAttribute("87C96B01-D176-4265-9D8F-A3D208D8039C")]
public interface IDTSManagedForEachEnumeratorWrapper100
[GuidAttribute(L"87C96B01-D176-4265-9D8F-A3D208D8039C")]
public interface class IDTSManagedForEachEnumeratorWrapper100
[<GuidAttribute("87C96B01-D176-4265-9D8F-A3D208D8039C")>]
type IDTSManagedForEachEnumeratorWrapper100 =  interface end
public interface IDTSManagedForEachEnumeratorWrapper100

Der IDTSManagedForEachEnumeratorWrapper100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ManagedForEachEnumeratorQualifiedName Infrastruktur Gets the qualified name for the managed ForEach wrapper enumerator.
Öffentliche Eigenschaft WrappedForEachEnumerator Infrastruktur Gets or sets the wrapped ForEach enumerator.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode SetManagedForEachEnumerator Infrastruktur Sets the managed ForEach enumerator.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace