Proprietà BackupSet.ForkPointLsn

Gets the log sequence number of the fork point, if FirstRecoveryForkID is not equal to last RecoveryForkID.

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

Sintassi

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

Valore proprietà

Tipo: System.Decimal
The fork point log sequence number.

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo