Gets or sets the maximum time, in seconds, that the principal server instance waits for a PING message from another instance in the mirroring session before assuming the other instance is disconnected.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
语法
声明
Public Property MirroringTimeout As Integer
public int MirroringTimeout { get; set; }
public:
property int MirroringTimeout {
int get ();
void set (int value);
}
/** @property */
public int get_MirroringTimeout ()
/** @property */
public void set_MirroringTimeout (int value)
public function get MirroringTimeout () : int
public function set MirroringTimeout (value : int)
属性值
A Integer value that specifies the mirroring time-out period, in seconds, on the principal server instance.
备注
已更新的文本:2005 年 12 月 5 日
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.
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。
示例
How to: Get and Set a Property in Visual Basic .NET
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
DatabaseOptions Class
DatabaseOptions Members
Microsoft.SqlServer.Management.Smo Namespace
其他资源
数据库镜像
Setting Properties
数据库选项
ALTER DATABASE (Transact-SQL)