Partager via


Propriété ReadOnly

Gets or sets a Boolean value.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property ReadOnly As Boolean
    Get
    Set
'Utilisation
Dim instance As DatabaseAdapterBase
Dim value As Boolean

value = instance.ReadOnly

instance.ReadOnly = value
public bool ReadOnly { get; set; }
public:
virtual property bool ReadOnly {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ReadOnly : bool with get, set
override ReadOnly : bool with get, set
final function get ReadOnly () : boolean
final function set ReadOnly (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean
Boolean
Returns True if database is set to read-only. Otherwise, False.