DatabaseOptions.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 DatabaseOptions 
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 単位で示す整数値。

説明

再実行キューには、ミラー データベースでのロール フォワードを待機しているログ レコードが含まれます。 既定では、再実行キューのサイズは無制限です。 プリンシパル サーバーのみのプロパティを指定できます。

使用例

プロパティの設定

関連項目

参照

DatabaseOptions クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

データベース ミラーリングの管理

データベース オプション

ALTER DATABASE (Transact-SQL)