Partager via


Propriété DatabaseReplicaState.SynchronizationPerformance

Gets the performance of the synchronization for the database.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SynchronizationPerformance As Double 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DatabaseReplicaState Classe

Espace de noms Microsoft.SqlServer.Management.Smo