Поделиться через


Свойство DatabaseReplicaState.LogSendRate

Gets the rate at which log records are being sent to the secondary replica.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LogSendRate As Long 
    Get
'Применение
Dim instance As DatabaseReplicaState 
Dim value As Long 

value = instance.LogSendRate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public long LogSendRate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property long long LogSendRate {
    long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LogSendRate : int64
function get LogSendRate () : long

Значение свойства

Тип: System.Int64
The rate at which log records are being sent to the secondary replica.

См. также

Справочник

DatabaseReplicaState Класс

Пространство имен Microsoft.SqlServer.Management.Smo