次の方法で共有


DatabaseReplicaState.RedoQueueSize プロパティ

まだ再実行されていないセカンダリ レプリカのログ ファイル内のログ レコードの量を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RedoQueueSize As Long 
    Get
'使用
Dim instance As DatabaseReplicaState 
Dim value As Long 

value = instance.RedoQueueSize
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public long RedoQueueSize { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property long long RedoQueueSize {
    long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member RedoQueueSize : int64
function get RedoQueueSize () : long

プロパティ値

型: System.Int64
まだ再実行されていないセカンダリ レプリカのログ ファイル内のログ レコードの量です。

関連項目

参照

DatabaseReplicaState クラス

Microsoft.SqlServer.Management.Smo 名前空間