IDTSBufferManager100.RegisterLineageIDs Method (Int32, Int32, Int32)

 

Applies To: SQL Server 2016 Preview

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

Registers the specified IDTSBuffer100 object.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(103)]
void RegisterLineageIDs(
    int hBufferType,
    int cCols,
    [InAttribute] ref int lLineageIDs
)
[DispIdAttribute(103)]
void RegisterLineageIDs(
    int hBufferType,
    int cCols,
    [InAttribute] int% lLineageIDs
)
[<DispIdAttribute(103)>]
abstract RegisterLineageIDs : 
        hBufferType:int *
        cCols:int *
        lLineageIDs:int byref -> unit
<DispIdAttribute(103)>
Sub RegisterLineageIDs (
    hBufferType As Integer,
    cCols As Integer,
    <InAttribute> ByRef lLineageIDs As Integer
)

Parameters

  • hBufferType
    Type: System.Int32

    The ID of the registered buffer.

  • cCols
    Type: System.Int32

    An array of child DataColumn in the constraint.

  • lLineageIDs
    Type: System.Int32

    The lineage ID of an upstream output column.

See Also

IDTSBufferManager100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top