Freigeben über


XmlReadProperty.ReadOnly-Eigenschaft

Gets a value that indicates whether the property is read only. 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 ReadOnly Property ReadOnly As Boolean 
    Get
'Usage
Dim instance As XmlReadProperty 
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean
true if the property is read only; otherwise, false.

Siehe auch

Verweis

XmlReadProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace