Partager via


ISqlServerOptions.QueryGovernorCostlimit, propriété

Obtient ou définit une valeur qui modélise l'option sp_configure « Limite de coût de l'Administrateur de requêtes ».

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

Syntaxe

'Déclaration
Property QueryGovernorCostlimit As Nullable(Of Integer)
    Get
    Set
Nullable<int> QueryGovernorCostlimit { get; set; }
property Nullable<int> QueryGovernorCostlimit {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract QueryGovernorCostlimit : Nullable<int> with get, set
function get QueryGovernorCostlimit () : Nullable<int>
function set QueryGovernorCostlimit (value : Nullable<int>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISqlServerOptions Interface

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