DTSBufferManagerClass.RegisterLineageIDs(Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the specified IDTSBuffer100 object.
public:
virtual void RegisterLineageIDs(int hBufferType, int cCols, int % lLineageIDs) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100::RegisterLineageIDs;
public virtual void RegisterLineageIDs (int hBufferType, int cCols, ref int lLineageIDs);
abstract member RegisterLineageIDs : int * int * int -> unit
override this.RegisterLineageIDs : int * int * int -> unit
Public Overridable 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.