Freigeben über


IDTSManagedComponentHost100.HostInsertOutputColumnAt-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Parameter

  • lOutputColumnIndex
    Typ: System.Int32
    The output column index.
  • bstrDescription
    Typ: System.String
    The description of the object.

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
The inserted object at specified index.

Siehe auch

Verweis

IDTSManagedComponentHost100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace