Compartir a través de


IServerConfigurationFacet.QueryGovernorCostLimit Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Property QueryGovernorCostLimit As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The maximum estimated cost allowed by query governor.

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo