AvailabilityGroupState.NumberOfNotSynchronizedReplicas 属性

Gets the number of replicas that are not in a “Synchronized” state.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property NumberOfNotSynchronizedReplicas As Integer 
    Get
用法
Dim instance As AvailabilityGroupState 
Dim value As Integer 

value = instance.NumberOfNotSynchronizedReplicas
public int NumberOfNotSynchronizedReplicas { get; }
public:
virtual property int NumberOfNotSynchronizedReplicas {
    int get () sealed;
}
abstract NumberOfNotSynchronizedReplicas : int 
override NumberOfNotSynchronizedReplicas : int
final function get NumberOfNotSynchronizedReplicas () : int

属性值

类型:System.Int32
The number of replicas that are not in a “Synchronized” state.

实现

IAvailabilityGroupState.NumberOfNotSynchronizedReplicas

请参阅

参考

AvailabilityGroupState 类

Microsoft.SqlServer.Management.Smo 命名空间