BackupSet.HasBulkLoggedData 属性

Gets a value that indicates whether the backup contains bulk-logged data.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property HasBulkLoggedData As Boolean 
    Get
用法
Dim instance As BackupSet 
Dim value As Boolean 

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

属性值

类型:System.Boolean
true if this instance has bulk logged data; otherwise, false.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间