Condividi tramite


Proprietà DatabaseReplicaState.SynchronizationPerformance

Gets the performance of the synchronization for the database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SynchronizationPerformance As Double 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DatabaseReplicaState Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo