Dela via


ISqlLinkedServer.ConnectTimeout Property

Gets or sets a value that models the "connection timeout" option for sp_serveroption

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property ConnectTimeout As Integer
int ConnectTimeout { get; set; }
property int ConnectTimeout {
    int get ();
    void set (int value);
}
abstract ConnectTimeout : int with get, set
function get ConnectTimeout () : int
function set ConnectTimeout (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISqlLinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace