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.
Gets the next available ID that the data flow task generates.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetNextPasteID As Integer
'Usage
Dim instance As IDTSPipeline100
Dim returnValue As Integer
returnValue = instance.GetNextPasteID()
int GetNextPasteID()
int GetNextPasteID()
abstract GetNextPasteID : unit -> int
function GetNextPasteID() : int
Return Value
Type: System.Int32
An integer that contains the next available unique ID in the data flow.
Remarks
The data flow task generates object IDs in sequence. This method retrieves the next available unique ID and increments the internal counter.