Propriedade do RDL BackupSet.FirstLsn
Gets the log sequence number of the first or oldest log record in the backup set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property FirstLsn As Decimal
Get
'Uso
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
Valor da propriedade
Tipo: System.Decimal
The first log sequence number.