Condividi tramite


Proprietà MirroringRedoQueueMaxSize

Gets or sets the maximum size of the redo queue of the mirror server instance in KB.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringRedoQueueMaxSize As Integer
    Get
'Utilizzo
Dim instance As Database
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

Valore proprietà

Tipo: System. . :: . .Int32
A Int32 value that specifies maximum size of the redo queue of the mirror server instance in KB.

Osservazioni

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.