IDTSPipeline90.GetNextPasteID Method
Gets the next available ID that the data flow task generates.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
<DispIdAttribute(126)> _
Function GetNextPasteID As Integer
[DispIdAttribute(126)]
int GetNextPasteID ()
[DispIdAttribute(126)]
int GetNextPasteID ()
/** @attribute DispIdAttribute(126) */
int GetNextPasteID ()
DispIdAttribute(126)
function GetNextPasteID () : int
Valeur de retour
An integer that contains the next available unique ID in the data flow.
Notes
The data flow task generates object IDs in sequence. This method retrieves the next available unique ID and increments the internal counter.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDTSPipeline90 Interface
IDTSPipeline90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace