Expand Minimize
This topic has not yet been rated - Rate this topic

IDatabaseOptions.IsUpdateable Property

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.Boolean
A Boolean value that indicates whether the database is updateable, or if it read-only. If True, the database may be updated. Otherwise, False.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.