共用方式為


LinkedServer.ConnectTimeout 屬性

Gets or sets the number of seconds to wait for a connection to be established with the linked server before timing out.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ConnectTimeout As Integer 
    Get 
    Set
'用途
Dim instance As LinkedServer 
Dim value As Integer 

value = instance.ConnectTimeout

instance.ConnectTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ConnectTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ConnectTimeout {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ConnectTimeout : int with get, set
function get ConnectTimeout () : int 
function set ConnectTimeout (value : int)

屬性值

型別:System.Int32
An Int32 value that specifies the time (in seconds) the local server attempts to connect to the remote server before timing out.

範例

在 SMO 中使用連結的伺服器

請參閱

參考

LinkedServer 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

連結的伺服器 (Database Engine)

sp_addlinkedserver (Transact-SQL)