다음을 통해 공유


ReadOnly 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<DisplayNameKeyAttribute("Database_ReadOnlyName")> _
<DisplayDescriptionKeyAttribute("Database_ReadOnlyDesc")> _
Property ReadOnly As Boolean
    Get
    Set
‘사용 방법
Dim instance As IDatabaseMaintenanceFacet
Dim value As Boolean

value = instance.ReadOnly

instance.ReadOnly = value
[DisplayNameKeyAttribute("Database_ReadOnlyName")]
[DisplayDescriptionKeyAttribute("Database_ReadOnlyDesc")]
bool ReadOnly { get; set; }
[DisplayNameKeyAttribute(L"Database_ReadOnlyName")]
[DisplayDescriptionKeyAttribute(L"Database_ReadOnlyDesc")]
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_ReadOnlyName")>]
[<DisplayDescriptionKeyAttribute("Database_ReadOnlyDesc")>]
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.