Proprietà ObjectProperty.ReadOnly

Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property ReadOnly As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ObjectProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc