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
Public Overridable Sub RegisterLineageIDs ( _
hBufferType As Integer, _
cCols As Integer, _
ByRef lLineageIDs As Integer _
)
'Usage
Dim instance As DTSBufferManagerClass
Dim hBufferType As Integer
Dim cCols As Integer
Dim lLineageIDs As Integer
instance.RegisterLineageIDs(hBufferType, _
cCols, lLineageIDs)
public virtual void RegisterLineageIDs(
int hBufferType,
int cCols,
ref int lLineageIDs
)
public:
virtual void RegisterLineageIDs(
[InAttribute] int hBufferType,
[InAttribute] int cCols,
[InAttribute] int% lLineageIDs
)
abstract RegisterLineageIDs :
hBufferType:int *
cCols:int *
lLineageIDs:int byref -> unit
override RegisterLineageIDs :
hBufferType:int *
cCols:int *
lLineageIDs:int byref -> unit
public 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.
Implements
IDTSBufferManager100.RegisterLineageIDs(Int32, Int32, Int32%)