IDTSPipeline100.GetNextPasteID Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the next available ID that the data flow task generates.
public:
int GetNextPasteID();
[System.Runtime.InteropServices.DispId(126)]
public int GetNextPasteID ();
[<System.Runtime.InteropServices.DispId(126)>]
abstract member GetNextPasteID : unit -> int
Public Function GetNextPasteID () As Integer
Returns
An integer that contains the next available unique ID in the data flow.
- Attributes
Remarks
The data flow task generates object IDs in sequence. This method retrieves the next available unique ID and increments the internal counter.