Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the rate at which log records are being sent to the secondary replica.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LogSendRate As Long
Get
'Usage
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
Eigenschaftswert
Typ: System.Int64
The rate at which log records are being sent to the secondary replica.