IDatabaseMaintenanceFacet.ReadOnly 属性

Gets or sets a Boolean value that specifies if the database is read-only.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayDescriptionKeyAttribute("Database_ReadOnlyDesc")> _
<DisplayNameKeyAttribute("Database_ReadOnlyName")> _
Property ReadOnly As Boolean 
    Get 
    Set
用法
Dim instance As IDatabaseMaintenanceFacet 
Dim value As Boolean 

value = instance.ReadOnly

instance.ReadOnly = value
[DisplayDescriptionKeyAttribute("Database_ReadOnlyDesc")]
[DisplayNameKeyAttribute("Database_ReadOnlyName")]
bool ReadOnly { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_ReadOnlyDesc")]
[DisplayNameKeyAttribute(L"Database_ReadOnlyName")]
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Database_ReadOnlyDesc")>]
[<DisplayNameKeyAttribute("Database_ReadOnlyName")>]
abstract ReadOnly : bool with get, set
function get ReadOnly () : boolean 
function set ReadOnly (value : boolean)

属性值

类型:System.Boolean
Boolean If True the database is read only.If False the database is not read only.

请参阅

参考

IDatabaseMaintenanceFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间