Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies a rollup of the synchronization states of the availability replicas in the availability group.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration AvailabilityGroupRollupSynchronizationState
'Usage
Dim instance As AvailabilityGroupRollupSynchronizationState
public enum AvailabilityGroupRollupSynchronizationState
public enum class AvailabilityGroupRollupSynchronizationState
type AvailabilityGroupRollupSynchronizationState
public enum AvailabilityGroupRollupSynchronizationState
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| AllSynchronized | All of the replicas are in “synchronized” state. | |
| AllSynchronizing | All of the replicas are in “synchronizing” state. | |
| NoneSynchronizing | None of the availability replicas is synchronizing. | |
| PartiallySynchronizing | At least one of the replicas is in “synchronizing” state. | |
| Unknown | The synchronization state is unknown, this would be the case if the property is viewed on a secondary replica. |