Partilhar via


Propriedade do RDL DatabaseReplicaState.SynchronizationPerformance

Gets the performance of the synchronization for the database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SynchronizationPerformance As Double 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Double
The performance of the synchronization for the database.

Consulte também

Referência

DatabaseReplicaState Classe

Namespace Microsoft.SqlServer.Management.Smo