Compartir a través de


GetNextPasteID Método

Gets the next available ID that the data flow task generates.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Function GetNextPasteID As Integer
'Uso
Dim instance As IDTSPipeline100
Dim returnValue As Integer

returnValue = instance.GetNextPasteID()
int GetNextPasteID()
int GetNextPasteID()
abstract GetNextPasteID : unit -> int 
function GetNextPasteID() : int

Valor devuelto

Tipo: System. . :: . .Int32
An integer that contains the next available unique ID in the data flow.

Notas

The data flow task generates object IDs in sequence. This method retrieves the next available unique ID and increments the internal counter.