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

適用対象