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