Condividi tramite


Proprietà BackupSet.FirstLsn

Gets the log sequence number of the first or oldest log record in the backup set.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property FirstLsn As Decimal 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Decimal
The first log sequence number.

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo