IDTSCustomProperty100.ContainsID Property

Definition

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.

Applies to