MirroringTimeout 속성
다른 인스턴스의 연결이 끊어졌다고 가정하기 전에 주 서버 인스턴스가 미러링 세션의 다른 인스턴스에서 PING 메시지를 대기하는 최대 시간(초)을 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirroringTimeout As Integer
Get
Set
‘사용 방법
Dim instance As Database
Dim value As Integer
value = instance.MirroringTimeout
instance.MirroringTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MirroringTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property int MirroringTimeout {
int get () sealed;
void set (int value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract MirroringTimeout : int with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override MirroringTimeout : int with get, set
final function get MirroringTimeout () : int
final function set MirroringTimeout (value : int)
속성 값
유형: System. . :: . .Int32
주 서버 인스턴스의 미러링 제한 시간(초)을 지정하는 Int32 값입니다.
구현
주의
The default value for the MirroringTimeout property is 10 seconds. If you specify 5 or greater, the time-out period is set to the specified number of seconds. If you specify a time-out value of 0 to 4 seconds, the time-out period is automatically set to 5 seconds.