Compartir a través de


BackupSet.DatabaseBackupLsn Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo