Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the rate at which the log records are being redone.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RedoRate As Long
Get
'Usage
Dim instance As DatabaseReplicaState
Dim value As Long
value = instance.RedoRate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public long RedoRate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property long long RedoRate {
long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member RedoRate : int64
function get RedoRate () : long
Property Value
Type: System.Int64
The rate at which the log records are being redone.