IDTSBufferManager100.RegisterLineageIDs(Int32, Int32, Int32) Method

Definition

Registers the specified IDTSBuffer100 object.

public:
 void RegisterLineageIDs(int hBufferType, int cCols, int % lLineageIDs);
[System.Runtime.InteropServices.DispId(103)]
public void RegisterLineageIDs (int hBufferType, int cCols, ref int lLineageIDs);
[<System.Runtime.InteropServices.DispId(103)>]
abstract member RegisterLineageIDs : int * int * int -> unit
Public Sub RegisterLineageIDs (hBufferType As Integer, cCols As Integer, ByRef lLineageIDs As Integer)

Parameters

hBufferType
Int32

The ID of the registered buffer.

cCols
Int32

An array of child DataColumn in the constraint.

lLineageIDs
Int32

The lineage ID of an upstream output column.

Attributes

Applies to