IDTSCustomProperty100.ID 属性

定义

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

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

属性值

IDTSCustomProperty100 对象的唯一标识符。

实现

ID
属性

注解

创建 ID 该属性时 IDTSCustomProperty100 由数据流引擎设置。 它显示为可写,因为数据流引擎在创建和取消序列化包期间写入属性,但该属性是只读的。

适用于