Partilhar via


Propriedade do RDL BackupSet.LastLsn

Gets the log sequence number of the next log record after the backup set.

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

Sintaxe

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

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

Valor da propriedade

Tipo: System.Decimal
The last log sequence number.

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo