Partilhar via


Propriedade ISqlLinkedServer.QueryTimeout

Obtém ou define um valor que modela o "consulta"tempo limite opção para sp_serveroption.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISqlLinkedServer Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel