Свойство DatabaseReplicaState.RedoRate
Gets the rate at which the log records are being redone.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RedoRate As Long
Get
'Применение
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
Значение свойства
Тип: System.Int64
The rate at which the log records are being redone.