IDTSObject100.ID 属性

定义

获取或设置 IDTSObject100 对象的标识符。

public:
 property int ID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(11)]
public int ID { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.ID : int with get, set
Public Property ID As Integer

属性值

唯一标识对象的整数值。

属性

注解

数据流引擎创建的每个对象都提供唯一 ID。 ID 属性为只读。

适用于