Share via


ISqlLinkedServer.QueryTimeout Property

Gets or sets a value that models the "query 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 QueryTimeout As Integer
int QueryTimeout { get; set; }
property int QueryTimeout {
    int get ();
    void set (int value);
}
abstract QueryTimeout : int with get, set
function get QueryTimeout () : int
function set QueryTimeout (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISqlLinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace