Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Registers the specified IDTSBuffer100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub RegisterLineageIDs ( _
hBufferType As Integer, _
cCols As Integer, _
ByRef lLineageIDs As Integer _
)
'Usage
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
)
Parameters
- hBufferType
Type: System.Int32
The ID of the registered buffer.
- cCols
Type: System.Int32
An array of child DataColumn in the constraint.
- lLineageIDs
Type: System.Int32%
The lineage ID of an upstream output column.