Поделиться через


Свойство IDatabaseOptions.IsUpdateable

Indicates whether the database is updateable.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("Database_IsUpdateableDesc")> _
<DisplayNameKeyAttribute("Database_IsUpdateableName")> _
ReadOnly Property IsUpdateable As Boolean 
    Get
'Применение
Dim instance As IDatabaseOptions 
Dim value As Boolean 

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

Значение свойства

Тип: 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.

См. также

Справочник

IDatabaseOptions Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo