Właściwość IServerConfigurationFacet.QueryGovernorCostLimit
Pobiera lub ustawia wartość właściwość QueryGovenorCostLimit.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Property QueryGovernorCostLimit As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Int32
Zobacz także