Freigeben über


ObjectProperty.ReadOnly-Eigenschaft

Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property ReadOnly As Boolean 
    Get 
    Set
'Usage
Dim instance As ObjectProperty 
Dim value As Boolean 

value = instance.ReadOnly

instance.ReadOnly = value
public bool ReadOnly { get; set; }
public:
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
member ReadOnly : bool with get, set
function get ReadOnly () : boolean 
function set ReadOnly (value : boolean)

Eigenschaftswert

Typ: System.Boolean
True if the property can be retrieved only. Otherwise, false.

Siehe auch

Verweis

ObjectProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace