IDTSPath100.ID 属性

定义

获取或设置 IDTSPath100 对象的 ID。

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

属性值

IDTSPath100 对象的唯一整数 ID。

实现

ID
属性

注解

ID 属性唯一标识数据流任务布局中其他对象的路径。 数据流引擎在创建路径期间分配它,并被视为只读属性。

适用于