GetNextPasteID 方法

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

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Function GetNextPasteID As Integer
'用途
Dim instance As IDTSPipeline100
Dim returnValue As Integer

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

傳回值

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

備註

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