이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Registers the specified IDTSBuffer100 object.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Sub RegisterLineageIDs ( _
hBufferType As Integer, _
cCols As Integer, _
ByRef lLineageIDs As Integer _
)
‘사용 방법
Dim instance As IDTSBufferManager100
Dim hBufferType As Integer
Dim cCols As Integer
Dim lLineageIDs As Integer
instance.RegisterLineageIDs(hBufferType, _
cCols, lLineageIDs)
void RegisterLineageIDs(
int hBufferType,
int cCols,
ref int lLineageIDs
)
void RegisterLineageIDs(
[InAttribute] int hBufferType,
[InAttribute] int cCols,
[InAttribute] int% lLineageIDs
)
abstract RegisterLineageIDs :
hBufferType:int *
cCols:int *
lLineageIDs:int byref -> unit
function RegisterLineageIDs(
hBufferType : int,
cCols : int,
lLineageIDs : int
)
매개 변수
- hBufferType
유형: System.Int32
The ID of the registered buffer.
- cCols
유형: System.Int32
An array of child DataColumn in the constraint.
- lLineageIDs
유형: System.Int32%
The lineage ID of an upstream output column.