Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.Boolean
true if this instance has bulk logged data; otherwise, false.