IDTSManagedComponentHost100.HostDeleteOutputColumn メソッド

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

ホスト出力列を削除します。

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

構文

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

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

パラメーター

  • lOutputColumnID
    型: System.Int32
    出力列の識別子です。

関連項目

参照

IDTSManagedComponentHost100 インターフェイス

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