Свойство IServerConfigurationFacet.QueryGovernorCostLimit

Gets or sets the maximum estimated cost allowed by query governor.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Property QueryGovernorCostLimit As Integer 
    Get 
    Set
'Применение
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.QueryGovernorCostLimit

instance.QueryGovernorCostLimit = value
int QueryGovernorCostLimit { get; set; }
property int QueryGovernorCostLimit {
    int get ();
    void set (int value);
}
abstract QueryGovernorCostLimit : int with get, set
function get QueryGovernorCostLimit () : int 
function set QueryGovernorCostLimit (value : int)

Значение свойства

Тип: System.Int32
The maximum estimated cost allowed by query governor.

См. также

Справочник

IServerConfigurationFacet Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo