Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.