BackupSet.HasBulkLoggedData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Does the Backup contain bulk-logged data.
public bool HasBulkLoggedData { get; }
member this.HasBulkLoggedData : bool
Public ReadOnly Property HasBulkLoggedData As Boolean
Property Value
true
if this instance has bulk logged data; otherwise, false
.