다음을 통해 공유


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 네임스페이스