HostOnInputPathDetached メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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)