次の方法で共有


AvailabilityGroupState.NumberOfNotSynchronizedReplicas プロパティ

"同期済み" 状態にないレプリカの数を取得します。

名前空間:  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
"同期済み" 状態にないレプリカの数です。

実装

IAvailabilityGroupState.NumberOfNotSynchronizedReplicas

関連項目

参照

AvailabilityGroupState クラス

Microsoft.SqlServer.Management.Smo 名前空間