共用方式為


ManagedComponentHost.HostOnInputPathDetached 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Specifies the host on detached input path.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public Sub HostOnInputPathDetached ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputID As Integer _
)
'用途
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim inputID As Integer

instance.HostOnInputPathDetached(wrapper, _
    inputID)
public void HostOnInputPathDetached(
    IDTSManagedComponentWrapper100 wrapper,
    int inputID
)
public:
virtual void HostOnInputPathDetached(
    IDTSManagedComponentWrapper100^ wrapper, 
    int inputID
) sealed
abstract HostOnInputPathDetached : 
        wrapper:IDTSManagedComponentWrapper100 * 
        inputID:int -> unit  
override HostOnInputPathDetached : 
        wrapper:IDTSManagedComponentWrapper100 * 
        inputID:int -> unit
public final function HostOnInputPathDetached(
    wrapper : IDTSManagedComponentWrapper100, 
    inputID : int
)

參數

實作

IDTSManagedComponentHost100.HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32)

請參閱

參考

ManagedComponentHost 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間