Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.