BackupSet.IsReadOnly 속성

Gets a value that indicates whether the database was read-only at the time of backup.

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

구문

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

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    bool get ();
}
member IsReadOnly : bool
function get IsReadOnly () : boolean

속성 값

유형: System.Boolean
true if this instance is read only; otherwise, false.

참고 항목

참조

BackupSet 클래스

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