IDTSOutput100.ID 属性

定义

获取或设置 ID 对象的 IDTSOutput100 属性。

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

属性值

IDTSOutput100 对象的 ID。

实现

ID
属性

注解

ID 属性由创建时 IDTSOutput100 数据流任务设置,并且无法修改。

适用于