Share via


ISqlServerOptions.RemoteQueryTimeout Property

Gets or sets a value that models the "remote query timeout" sp_configure option.

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

Syntax

'Declaration
Property RemoteQueryTimeout As Nullable(Of Integer)
Nullable<int> RemoteQueryTimeout { get; set; }
property Nullable<int> RemoteQueryTimeout {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract RemoteQueryTimeout : Nullable<int> with get, set
function get RemoteQueryTimeout () : Nullable<int>
function set RemoteQueryTimeout (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace