Метод 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.
См. также