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.