Database.MirroringFailoverLogSequenceNumber Property
SQL Server 2012
Gets the log sequence number at last failover.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _ Public ReadOnly Property MirroringFailoverLogSequenceNumber As Decimal Get 'Usage Dim instance As Database Dim value As Decimal value = instance.MirroringFailoverLogSequenceNumber
Property Value
Type: System.DecimalA Decimal system object value that specifies the log sequence number at the last failover.
