Partilhar via


Propriedade do RDL IServerConfigurationFacet.QueryGovernorCostLimit

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

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

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

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo