Propriedade do RDL BackupSet.DifferentialBaseLsn
Gets the base log sequence number for differential backups.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property DifferentialBaseLsn As Decimal
Get
'Uso
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
Valor da propriedade
Tipo: System.Decimal
The differential base log sequence number.
Comentários
Changes with log sequence numbers greater than or equal to DifferentialBaseLsn are included in the differential backup.