Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the log sequence number of the first or oldest log record in the backup set.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Decimal
The first log sequence number.