IDTSVariable100.ReadOnly Property

Definition

Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified.

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

Property Value

true if the variable is read-only; otherwise, false.

Attributes

Remarks

For more information, see Variable.

Applies to