Partilhar via


Propriedade do RDL DatabaseReplicaState.LogSendRate

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

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

Sintaxe

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

Valor da propriedade

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

Consulte também

Referência

DatabaseReplicaState Classe

Namespace Microsoft.SqlServer.Management.Smo