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.