Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the log sequence number of the fork point, if FirstRecoveryForkID is not equal to last RecoveryForkID.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ForkPointLsn As Decimal
Get
'Utilisation
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
Valeur de propriété
Type : System.Decimal
The fork point log sequence number.