Propriété BackupSet.HasBulkLoggedData
Gets a value that indicates whether the backup contains bulk-logged data.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property HasBulkLoggedData As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if this instance has bulk logged data; otherwise, false.