Condividi tramite


Proprietà BackupSet.DifferentialBaseLsn

Gets the base log sequence number for differential backups.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DifferentialBaseLsn As Decimal 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo