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 命名空间