WrapperOnInputPathDetached メソッド

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

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Sub WrapperOnInputPathDetached ( _
    lInputID As Integer _
)
'使用
Dim instance As IDTSManagedComponentWrapper100
Dim lInputID As Integer

instance.WrapperOnInputPathDetached(lInputID)
void WrapperOnInputPathDetached(
    int lInputID
)
void WrapperOnInputPathDetached(
    [InAttribute] int lInputID
)
abstract WrapperOnInputPathDetached : 
        lInputID:int -> unit 
function WrapperOnInputPathDetached(
    lInputID : int
)

パラメーター