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)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ConnectTimeout { get; set; }

Property Value

Type: System.Int32
An Int32 value that specifies the time (in seconds) the local server attempts to connect to the remote server before timing out.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.