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 です。

属性

適用対象