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 命名空间