Compartilhar via


Propriedade do RDL BackupSet.DatabaseBackupLsn

Gets the log sequence number of the most recent full database backup.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property DatabaseBackupLsn As Decimal 
    Get
'Uso
Dim instance As BackupSet 
Dim value As Decimal 

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

Valor da propriedade

Tipo: System.Decimal
The database backup log sequence number.

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo