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