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 fork point, if FirstRecoveryForkID is not equal to last RecoveryForkID.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property ForkPointLsn As Decimal
Get
'Uso
Dim instance As BackupSet
Dim value As Decimal
value = instance.ForkPointLsn
public decimal ForkPointLsn { get; }
public:
property Decimal ForkPointLsn {
Decimal get ();
}
member ForkPointLsn : decimal
function get ForkPointLsn () : decimal
Valor de la propiedad
Tipo: System.Decimal
The fork point log sequence number.