IDTSManagedComponentHost100.HostInsertOutputColumnAt Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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