Partilhar via


Propriedade do RDL DatabaseReplicaState.RedoRate

Gets the rate at which the log records are being redone.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RedoRate As Long 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int64
The rate at which the log records are being redone.

Consulte também

Referência

DatabaseReplicaState Classe

Namespace Microsoft.SqlServer.Management.Smo