DatabaseReplicaState.FileStreamSendRate 属性
Gets the rate at which the files are sent to the secondary replica.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FileStreamSendRate As Long
Get
用法
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
属性值
类型:System.Int64
The rate at which the files are sent to the secondary replica.