Поделиться через


Свойство 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