BackupSet.HasIncompleteMetaData 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.
Is the backup a tail log backup with incomplete metadata.
public bool HasIncompleteMetaData { get; }
member this.HasIncompleteMetaData : bool
Public ReadOnly Property HasIncompleteMetaData As Boolean
Property Value
true
if this instance has incomplete meta data; otherwise, false
.