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。

属性

適用対象