IDTSCustomProperty100.ContainsID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the Value of the IDTSCustomProperty100 object contains the ID of another object in the data flow task.
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
Property Value
true if the value of the IDTSCustomProperty100 object contains the ID of another object in the data flow task; otherwise, false. The default is false.
- Attributes
Remarks
This optional property is provided to help the SSIS Designer during cut and paste operations and must be set to true
when the Value of the IDTSCustomProperty100 contains the ID of another object in the data flow task.