Proprietà ISqlLinkedServer.QueryTimeout

Ottiene o imposta un valore che modella l'opzione "query timeout" per sp_serveroption.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property QueryTimeout As Integer
    Get
    Set
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)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel