Freigeben über


BackupSet.DifferentialBaseGuid-Eigenschaft

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

Eigenschaftswert

Typ: System.Guid
The differential base GUID.

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace