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

已註冊之緩衝區的識別碼。

cCols
Int32

條件約束中子系 DataColumn 陣列。

lLineageIDs
Int32

上游輸出資料行的歷程識別碼。

屬性

適用於