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 命名空间