Propriété BackupSet.LastLsn

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LastLsn As Decimal 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Decimal
The last log sequence number.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo