DatabaseAdapterBase.ReadOnly 속성

Gets or sets a Boolean value.

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

구문

‘선언
Public Property ReadOnly As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseAdapterBase 
Dim value As Boolean 

value = instance.ReadOnly

instance.ReadOnly = value
public bool ReadOnly { get; set; }
public:
virtual property bool ReadOnly {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ReadOnly : bool with get, set 
override ReadOnly : bool with get, set
final function get ReadOnly () : boolean 
final function set ReadOnly (value : boolean)

속성 값

유형: System.Boolean
Boolean Returns True if database is set to read-only. Otherwise, False.

참고 항목

참조

DatabaseAdapterBase 클래스

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