IDTSBufferManager100.RegisterLineageIDs(Int32, Int32, Int32) 方法

定义

注册指定的 IDTSBuffer100 对象。

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)

参数

hBufferType
Int32

注册缓冲区的ID。

cCols
Int32

约束中子DataColumn的数组。

lLineageIDs
Int32

上游输出列的沿源ID。

属性

适用于