IDTSManagedComponentHost100.HostDeleteOutputColumn 方法

定義

刪除主機輸出資料行。

public:
 void HostDeleteOutputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnID);
public void HostDeleteOutputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnID);
abstract member HostDeleteOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
Public Sub HostDeleteOutputColumn (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnID As Integer)

參數

pWrapper
IDTSManagedComponentWrapper100

使用的包裝函式。

lOutputID
Int32

輸出識別碼。

lOutputColumnID
Int32

輸出資料行識別碼。

適用於