Share via


Propriété MirroringRedoQueueMaxSize

Obtient ou définit la taille maximale de la file d'attente de restauration par progression de l'instance du serveur miroir, en kilo-octets.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MirroringRedoQueueMaxSize As Integer
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Int32
Valeur Int32 qui spécifie la taille maximale de la file d'attente de restauration par progression de l'instance du serveur miroir, en kilo-octets.

Notes

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.