DatabaseReplicaState.SynchronizationPerformance 属性

Gets the performance of the synchronization for the database.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SynchronizationPerformance As Double 
    Get
用法
Dim instance As DatabaseReplicaState 
Dim value As Double 

value = instance.SynchronizationPerformance
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double SynchronizationPerformance { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property double SynchronizationPerformance {
    double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SynchronizationPerformance : float
function get SynchronizationPerformance () : double

属性值

类型:System.Double
The performance of the synchronization for the database.

请参阅

参考

DatabaseReplicaState 类

Microsoft.SqlServer.Management.Smo 命名空间