Metoda ManagedComponentHost.HostOnDeletingInputColumn
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)
Składnia
'Deklaracja
Public Sub HostOnDeletingInputColumn ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer, _
inputColumnID As Integer _
)
'Użycie
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
)
Implementacje
IDTSManagedComponentHost100.HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)