다음을 통해 공유


MirroringRedoQueueMaxSize 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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
An integer value that specifies maximum size of the redo queue of the mirror server instance in KB.

주의

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.

예제

속성 설정