Propriété BackupSet.FirstLsn

Gets the log sequence number of the first or oldest log record in 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 FirstLsn As Decimal 
    Get
'Utilisation
Dim instance As BackupSet 
Dim value As Decimal 

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

Valeur de propriété

Type : System.Decimal
The first log sequence number.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo