IDTSManagedForEachEnumeratorWrapper100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Describes the interface for the ForEach enumerator wrapper.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("87C96B01-D176-4265-9D8F-A3D208D8039C")> _
Public Interface IDTSManagedForEachEnumeratorWrapper100
用法
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

IDTSManagedForEachEnumeratorWrapper100 类型公开以下成员。

属性

  名称 说明
公共属性 ManagedForEachEnumeratorQualifiedName 基础结构。Gets the qualified name for the managed ForEach wrapper enumerator.
公共属性 WrappedForEachEnumerator 基础结构。Gets or sets the wrapped ForEach enumerator.

页首

方法

  名称 说明
公共方法 SetManagedForEachEnumerator 基础结构。Sets the managed ForEach enumerator.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间