IDTSManagedComponentHost100.HostDeleteOutput メソッド

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

ホストに関連付けられている出力を削除します。

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

構文

'宣言
Sub HostDeleteOutput ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    lOutputID As Integer _
)
'使用
Dim instance As IDTSManagedComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100 
Dim lOutputID As Integer

instance.HostDeleteOutput(pWrapper, lOutputID)
void HostDeleteOutput(
    IDTSManagedComponentWrapper100 pWrapper,
    int lOutputID
)
void HostDeleteOutput(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper, 
    [InAttribute] int lOutputID
)
abstract HostDeleteOutput : 
        pWrapper:IDTSManagedComponentWrapper100 * 
        lOutputID:int -> unit
function HostDeleteOutput(
    pWrapper : IDTSManagedComponentWrapper100, 
    lOutputID : int
)

パラメーター

関連項目

参照

IDTSManagedComponentHost100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間