IDatabaseOptions.IsUpdateable Property
SQL Server 2012
Indicates whether the database is updateable.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("Database_IsUpdateableDesc")] [DisplayNameKeyAttribute("Database_IsUpdateableName")] bool IsUpdateable { get; }
Property Value
Type: System.BooleanA Boolean value that indicates whether the database is updateable, or if it read-only. If True, the database may be updated. Otherwise, False.
