IDTSCustomProperty100.ContainsID プロパティ

定義

public:
 property bool ContainsID { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(106)]
public bool ContainsID { [System.Runtime.InteropServices.DispId(106)] get; [System.Runtime.InteropServices.DispId(106)] set; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
[<set: System.Runtime.InteropServices.DispId(106)>]
member this.ContainsID : bool with get, set
Public Property ContainsID As Boolean

プロパティ値

IDTSCustomProperty100オブジェクトの値にデータフロータスク内の他のオブジェクトのIDが含まれている場合はtrueです。そうでなければfalseとなります。 既定値は false です。

属性

注釈

このオプションプロパティは、SSISデザイナーが切り貼り付け操作を行う際に支援するために提供されており、IDTSCustomProperty100の値にデータフロータスク内の他のオブジェクトのIDが含まれている場合はtrueに設定する必要があります。

適用対象