Database.MirroringRedoQueueMaxSize Property
Gets or sets the maximum size of the redo queue of the mirror server instance in KB.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringRedoQueueMaxSize As Integer
[SfcPropertyAttribute]
public int MirroringRedoQueueMaxSize { get; }
[SfcPropertyAttribute]
public:
property int MirroringRedoQueueMaxSize {
int get ();
}
/** @property */
public int get_MirroringRedoQueueMaxSize ()
public function get MirroringRedoQueueMaxSize () : int
Property Value
A Int32 value that specifies maximum size of the redo queue of the mirror server instance in KB.
Remarks
The redo queue includes the log records waiting to be rolled forward on the mirror database. By default, the size of the redo queue is unlimited. You can specify the property on the principal server only.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.