Compartir a través de


DatabaseReplicaState.LogSendRate Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

DatabaseReplicaState Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo