IDatabaseOptions.IsUpdateable プロパティ

データベースが更新可能であるかどうかを示します。

名前空間:  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
データベースが更新可能であるかどうか、または読み取り専用であるかどうかを示す Boolean 値です。True の場合、データベースを更新できます。それ以外の場合は、False です。

関連項目

参照

IDatabaseOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間