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 the unique identifier of the differential base for a single-based differential backup.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property DifferentialBaseGuid As Guid
Get
'Usage
Dim instance As BackupSet
Dim value As Guid
value = instance.DifferentialBaseGuid
public Guid DifferentialBaseGuid { get; }
public:
property Guid DifferentialBaseGuid {
Guid get ();
}
member DifferentialBaseGuid : Guid
function get DifferentialBaseGuid () : Guid
Property Value
Type: System.Guid
The differential base GUID.