다음을 통해 공유


GetNextPasteID 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
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.