Compartir a través de


IDTSPipeline100.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.

Comentarios

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

Vea también

Referencia

IDTSPipeline100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper