Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the next available ID that the data flow task generates.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<DispIdAttribute(126)> _
Function GetNextPasteID As Integer
[DispIdAttribute(126)]
int GetNextPasteID ()
[DispIdAttribute(126)]
int GetNextPasteID ()
/** @attribute DispIdAttribute(126) */
int GetNextPasteID ()
DispIdAttribute(126)
function GetNextPasteID () : int
Возвращаемое значение
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.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSPipeline90 Interface
IDTSPipeline90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace