Partager via


ISqlLinkedServer.QueryTimeout, propriété

Obtient ou définit une valeur qui modélise l'option sp_serveroption Délai de requête.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int32

Sécurité .NET Framework

Voir aussi

Référence

ISqlLinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms