Freigeben über


IDTSVariable100.ReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Variable schreibgeschützt ist und ihr Wert nicht geändert werden darf, oder legt ihn fest.

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

true, wenn die Variable schreibgeschützt ist; andernfalls false.

Attribute

Hinweise

Weitere Informationen finden Sie unter Variable.

Gilt für: