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 is a tail log backup with incomplete metadata.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property HasIncompleteMetaData As Boolean
Get
'Usage
Dim instance As BackupSet
Dim value As Boolean
value = instance.HasIncompleteMetaData
public bool HasIncompleteMetaData { get; }
public:
property bool HasIncompleteMetaData {
bool get ();
}
member HasIncompleteMetaData : bool
function get HasIncompleteMetaData () : boolean
Property Value
Type: System.Boolean
true if this instance has incomplete metadata; otherwise, false.