次の方法で共有


ResourcePool.CapCpuPercentage プロパティ

CAP CPU の割合を取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property CapCpuPercentage As Integer 
    Get 
    Set
'使用
Dim instance As ResourcePool 
Dim value As Integer 

value = instance.CapCpuPercentage

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

プロパティ値

型: System.Int32
CAP CPU の割合です。

関連項目

参照

ResourcePool クラス

Microsoft.SqlServer.Management.Smo 名前空間