IDTSPipeline100.GetNextPasteID Method

Definition

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.

Applies to