Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the host on deleting the input column.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostOnDeletingInputColumn ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer, _
inputColumnID As Integer _
)
'Usage
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
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
Type: System.Int32
The input identifier.
- inputColumnID
Type: System.Int32
The input column identifier.
Implements
IDTSManagedComponentHost100.HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)