IDTSManagedComponentHost100.HostInsertOutputColumnAt Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Inserts host output column at specified index.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function HostInsertOutputColumnAt ( _
pWrapper As IDTSManagedComponentWrapper100, _
lOutputID As Integer, _
lOutputColumnIndex As Integer, _
bstrName As String, _
bstrDescription As String _
) As IDTSOutputColumn100
'Usage
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
Dim lOutputColumnIndex As Integer
Dim bstrName As String
Dim bstrDescription As String
Dim returnValue As IDTSOutputColumn100
returnValue = instance.HostInsertOutputColumnAt(pWrapper, _
lOutputID, lOutputColumnIndex, bstrName, _
bstrDescription)
IDTSOutputColumn100 HostInsertOutputColumnAt(
IDTSManagedComponentWrapper100 pWrapper,
int lOutputID,
int lOutputColumnIndex,
string bstrName,
string bstrDescription
)
IDTSOutputColumn100^ HostInsertOutputColumnAt(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnIndex,
[InAttribute] String^ bstrName,
[InAttribute] String^ bstrDescription
)
abstract HostInsertOutputColumnAt :
pWrapper:IDTSManagedComponentWrapper100 *
lOutputID:int *
lOutputColumnIndex:int *
bstrName:string *
bstrDescription:string -> IDTSOutputColumn100
function HostInsertOutputColumnAt(
pWrapper : IDTSManagedComponentWrapper100,
lOutputID : int,
lOutputColumnIndex : int,
bstrName : String,
bstrDescription : String
) : IDTSOutputColumn100
Parameters
- pWrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lOutputID
Type: System.Int32
The output identifier.
- lOutputColumnIndex
Type: System.Int32
The output column index.
- bstrName
Type: System.String
The name of the object.
- bstrDescription
Type: System.String
The description of the object.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
The inserted object at specified index.