共用方式為


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 命名空間