Поделиться через


Метод ManagedComponentHost.HostOnDeletingInputColumn

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Specifies the host on deleting the input column.

Пространство имен:  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
)

Параметры

  • inputColumnID
    Тип: System.Int32
    The input column identifier.

Реализует

IDTSManagedComponentHost100.HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)

См. также

Справочник

ManagedComponentHost Класс

Пространство имен Microsoft.SqlServer.Dts.Pipeline