Metodo GetNextPasteID
Gets the next available ID that the data flow task generates.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Function GetNextPasteID As Integer
'Utilizzo
Dim instance As IDTSPipeline100
Dim returnValue As Integer
returnValue = instance.GetNextPasteID()
int GetNextPasteID()
int GetNextPasteID()
abstract GetNextPasteID : unit -> int
function GetNextPasteID() : int
Valore restituito
Tipo: System. . :: . .Int32
An integer that contains the next available unique ID in the data flow.
Osservazioni
The data flow task generates object IDs in sequence. This method retrieves the next available unique ID and increments the internal counter.
Vedere anche