Share via


BackupSet.HasBulkLoggedData-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property HasBulkLoggedData As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace