Partager via


Propriété BackupSet.DifferentialBaseLsn

Gets the base log sequence number for differential backups.

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

Syntaxe

'Déclaration
Public ReadOnly Property DifferentialBaseLsn As Decimal 
    Get
'Utilisation
Dim instance As BackupSet 
Dim value As Decimal 

value = instance.DifferentialBaseLsn
public decimal DifferentialBaseLsn { get; }
public:
property Decimal DifferentialBaseLsn {
    Decimal get ();
}
member DifferentialBaseLsn : decimal
function get DifferentialBaseLsn () : decimal

Valeur de propriété

Type : System.Decimal
The differential base log sequence number.

Notes

Changes with log sequence numbers greater than or equal to DifferentialBaseLsn are included in the differential backup.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo