MirroringRedoQueueMaxSize プロパティ
ミラー サーバー インスタンスの再実行キューの最大サイズを KB 単位で取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MirroringRedoQueueMaxSize As Integer
Get
'使用
Dim instance As Database
Dim value As Integer
value = instance.MirroringRedoQueueMaxSize
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MirroringRedoQueueMaxSize { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int MirroringRedoQueueMaxSize {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringRedoQueueMaxSize : int
function get MirroringRedoQueueMaxSize () : int
プロパティ値
型: System. . :: . .Int32
ミラー サーバー インスタンスの再実行キューの最大サイズを KB 単位で示す Int32 値です。
説明
再実行キューには、ミラー データベースでのロール フォワードを待機しているログ レコードが含まれます。既定では、再実行キューのサイズは無制限です。プリンシパル サーバーのみのプロパティを指定できます。