MaximumCpuPercentage プロパティ

リソース プールに対する CPU の最大使用率を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property MaximumCpuPercentage As Integer
    Get
    Set
'使用
Dim instance As ResourcePool
Dim value As Integer

value = instance.MaximumCpuPercentage

instance.MaximumCpuPercentage = value
[SfcPropertyAttribute]
public int MaximumCpuPercentage { get; set; }
[SfcPropertyAttribute]
public:
property int MaximumCpuPercentage {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute>]
member MaximumCpuPercentage : int with get, set
function get MaximumCpuPercentage () : int
function set MaximumCpuPercentage (value : int)

プロパティ値

型: System. . :: . .Int32
Int32

説明

プールは 2 つの部分で構成されます。1 つは他のプールと重複しない部分であり、最小限のリソース予約をサポートします。もう 1 つは他のプールと共有される部分であり、最大限のリソース消費をサポートします。このリリースのリソース ガバナでは、各リソースに次のいずれかを指定することで、プール リソースが設定されます。

CPU の最小値または最大値

メモリの最小値または最大値