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 an output column for the wrapper.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub WrapperDeleteOutputColumn ( _
lOutputID As Integer, _
lOutputColumnID As Integer _
)
'Usage
Dim instance As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
Dim lOutputColumnID As Integer
instance.WrapperDeleteOutputColumn(lOutputID, _
lOutputColumnID)
void WrapperDeleteOutputColumn(
int lOutputID,
int lOutputColumnID
)
void WrapperDeleteOutputColumn(
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnID
)
abstract WrapperDeleteOutputColumn :
lOutputID:int *
lOutputColumnID:int -> unit
function WrapperDeleteOutputColumn(
lOutputID : int,
lOutputColumnID : int
)
Parameters
- lOutputID
Type: System.Int32
The identifier.
- lOutputColumnID
Type: System.Int32
The output column identifier.