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.