IDTSComponentMetaData100.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

属性值

组件的标识符。

实现

ID
属性

注解

最初将组件添加到该 ComponentMetaDataCollection组件时,ID 属性由数据流任务设置。 它是只读的,不能修改。

适用于