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

Rückgabewert

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

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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