Share via


IDTSPipeline90.GetNextPasteID Method

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

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

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

Return Value

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

Remarks

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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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