IDTSVariable100.ReadOnly Eigenschaft

Definition

Erhält oder setzt einen Wert, der angibt, ob die Variable nur lesbar ist und ihr Wert nicht geändert werden kann.

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

Eigenschaftswert

wahr, wenn die Variable nur lesbar ist; ansonsten falsch.

Attribute

Hinweise

Weitere Informationen finden Sie unter Variable.

Gilt für: