共用方式為


AvailabilityGroupRollupSynchronizationState 列舉

Specifies a rollup of the synchronization states of the availability replicas in the availability group.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)

語法

'宣告
Public Enumeration AvailabilityGroupRollupSynchronizationState
'用途
Dim instance As AvailabilityGroupRollupSynchronizationState
public enum AvailabilityGroupRollupSynchronizationState
public enum class AvailabilityGroupRollupSynchronizationState
type AvailabilityGroupRollupSynchronizationState
public enum AvailabilityGroupRollupSynchronizationState

成員

成員名稱 說明
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.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間