言語

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が作成される際にデータフローエンジンによって設定されます。 データフローエンジンがパッケージの作成およびデシリアライズ時にこのプロパティに書き込みを行うため、書き込み可能に見えますが、プロパティは読み取り専用です。

適用対象