Bagikan melalui


BackupSet.DifferentialBaseGuid Property

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.

See Also

Reference

BackupSet Class

Microsoft.SqlServer.Management.Smo Namespace