Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the rate at which the files are 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 FileStreamSendRate As Long
Get
'Usage
Dim instance As DatabaseReplicaState
Dim value As Long
value = instance.FileStreamSendRate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public long FileStreamSendRate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property long long FileStreamSendRate {
long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileStreamSendRate : int64
function get FileStreamSendRate () : long
Property Value
Type: System.Int64
The rate at which the files are sent to the secondary replica.