LinkedServer.ConnectTimeout Property
SQL Server 2005
Gets or sets the number of seconds to wait for a connection to be established with the linked server before timing out.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public int get_ConnectTimeout () /** @property */ public void set_ConnectTimeout (int value)
public function get ConnectTimeout () : int public function set ConnectTimeout (value : int)
Property Value
An Int32 value that specifies the time (in seconds) the local server attempts to connect to the remote server before timing out.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
