Sdílet prostřednictvím


ISqlServerOptions.RemoteQueryTimeout – vlastnost

Získá nebo nastaví hodnotu, která modely "časový limit vzdáleného dotazu" možnost sp_configure.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property RemoteQueryTimeout As Nullable(Of Integer)
    Get
    Set
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>)

Hodnota vlastnosti

Typ: System.Nullable<Int32>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlServerOptions Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů