IDTSPipeline100.GetNextPasteID 方法

定义

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

返回

包含数据流中下一个可用唯一 ID 的 整数

属性

注解

数据流任务按顺序生成对象 ID。 此方法检索下一个可用的唯一 ID,并递增内部计数器。

适用于