Compartir a través de


IDTSPipeline90.GetNextPasteID Method

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

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(126)> _
Function GetNextPasteID As Integer
[DispIdAttribute(126)] 
int GetNextPasteID ()
[DispIdAttribute(126)] 
int GetNextPasteID ()
/** @attribute DispIdAttribute(126) */ 
int GetNextPasteID ()
DispIdAttribute(126) 
function GetNextPasteID () : int

Valor devuelto

An integer that contains the next available unique ID in the data flow.

Notas

The data flow task generates object IDs in sequence. This method retrieves the next available unique ID and increments the internal counter.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSPipeline90 Interface
IDTSPipeline90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace