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.
Deletes the component host output column.
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
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- outputID
Type: System.Int32
The output identifier.
- outputColumnID
Type: System.Int32
The output column identifier.
Implements
IDTSManagedComponentHost100.HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)