WrapperOnInputPathAttached メソッド

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

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

構文

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

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

パラメーター