共用方式為


HostOnDeletingInputColumn 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public Sub HostOnDeletingInputColumn ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputID As Integer, _
    inputColumnID As Integer _
)
'用途
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
Dim inputColumnID As Integer

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

實作

IDTSManagedComponentHost100. . :: . .HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)