IDTSManagedForEachEnumeratorWrapper100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The IDTSManagedForEachEnumeratorWrapper100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ManagedForEachEnumeratorQualifiedName | Infrastructure. Gets the qualified name for the managed ForEach wrapper enumerator. | |
WrappedForEachEnumerator | Infrastructure. Gets or sets the wrapped ForEach enumerator. |
Top
Methods
Name | Description | |
---|---|---|
SetManagedForEachEnumerator | Infrastructure. Sets the managed ForEach enumerator. |
Top