Freigeben über


IsUpdateable-Eigenschaft

Indicates whether the database is updateable.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("Database_IsUpdateableName")> _
<DisplayDescriptionKeyAttribute("Database_IsUpdateableDesc")> _
ReadOnly Property IsUpdateable As Boolean
    Get
'Usage
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.IsUpdateable
[DisplayNameKeyAttribute("Database_IsUpdateableName")]
[DisplayDescriptionKeyAttribute("Database_IsUpdateableDesc")]
bool IsUpdateable { get; }
[DisplayNameKeyAttribute(L"Database_IsUpdateableName")]
[DisplayDescriptionKeyAttribute(L"Database_IsUpdateableDesc")]
property bool IsUpdateable {
    bool get ();
}
[<DisplayNameKeyAttribute("Database_IsUpdateableName")>]
[<DisplayDescriptionKeyAttribute("Database_IsUpdateableDesc")>]
abstract IsUpdateable : bool
function get IsUpdateable () : boolean

Eigenschaftswert

Typ: 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.