Propriété BackupSet.DifferentialBaseGuid

Gets the unique identifier of the differential base for a single-based differential backup.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DifferentialBaseGuid As Guid 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Guid
The differential base GUID.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo