次の方法で共有


ManagedComponentHost.HostDeleteInput メソッド

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

ManagedComponentHost の入力を削除します。

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

構文

'宣言
Public Sub HostDeleteInput ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputID As Integer _
)
'使用
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim inputID As Integer

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

パラメーター

実装

IDTSManagedComponentHost100.HostDeleteInput(IDTSManagedComponentWrapper100, Int32)

関連項目

参照

ManagedComponentHost クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間