Database.ReadOnly Property
SQL Server 2012
Gets or sets a value that specifies whether the database is read-only.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>] abstract ReadOnly : bool with get, set [<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>] override ReadOnly : bool with get, set
Property Value
Type: System.BooleanA Boolean value that specifies whether the database is read-only. If True, the database is read-only. If False (default), the database can be updated.