This topic has not yet been rated - Rate this topic

LinkedServer.ConnectTimeout Property

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)
public int ConnectTimeout { get; set; }
/** @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.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.


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.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.