IDatabaseOptions.ReadOnly 속성

Gets or sets the Boolean property value that specifies whether 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 IDatabaseOptions 
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
A Boolean value that specifies whether the database is read-only.If True, the database is read-only.If False (default), the database can be updated.

How to Get and Set a Property in Visual Basic .NET

참고 항목

참조

IDatabaseOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

속성 설정

데이터베이스 옵션