다음을 통해 공유


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

참고 항목

참조

IDTSPipeline100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스