MinimumCpuPercentage プロパティ
リソース プールに対する CPU の最小使用率を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MinimumCpuPercentage As Integer
Get
Set
'使用
Dim instance As ResourcePool
Dim value As Integer
value = instance.MinimumCpuPercentage
instance.MinimumCpuPercentage = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MinimumCpuPercentage { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int MinimumCpuPercentage {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MinimumCpuPercentage : int with get, set
function get MinimumCpuPercentage () : int
function set MinimumCpuPercentage (value : int)
プロパティ値
説明
プールは 2 つの部分で構成されます。1 つは他のプールと重複しない部分であり、最小限のリソース予約をサポートします。もう 1 つは他のプールと共有される部分であり、最大限のリソース消費をサポートします。このリリースのリソース ガバナーでは、各リソースに次のいずれかを指定することで、プール リソースが設定されます。
CPU の最小値または最大値
メモリの最小値または最大値