ManagedComponentHost.HostDeleteOutputColumn Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostDeleteOutputColumn ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer, _
outputColumnID As Integer _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputID As Integer
Dim outputColumnID As Integer
instance.HostDeleteOutputColumn(wrapper, _
outputID, outputColumnID)
public void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100 wrapper,
int outputID,
int outputColumnID
)
public:
virtual void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100^ wrapper,
int outputID,
int outputColumnID
) sealed
abstract HostDeleteOutputColumn :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
outputColumnID:int -> unit
override HostDeleteOutputColumn :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
outputColumnID:int -> unit
public final function HostDeleteOutputColumn(
wrapper : IDTSManagedComponentWrapper100,
outputID : int,
outputColumnID : int
)
Implements
IDTSManagedComponentHost100.HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)