IDTSManagedComponent100 接口

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

Represents an interface for the DTS managed components.

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

语法

声明
<GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponent100
用法
Dim instance As IDTSManagedComponent100
[GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponent100
[GuidAttribute(L"B45F931C-F5CD-4FB4-B349-884D5CEC344B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponent100
[<GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponent100 =  interface end
public interface IDTSManagedComponent100

IDTSManagedComponent100 类型公开以下成员。

属性

  名称 说明
公共属性 InnerObject 基础结构。Gets the inner object for the IDTSManagedComponent100.

页首

请参阅

参考

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