次の方法で共有


RequestMaximumMemoryGrantPercentage プロパティ

要求に対するメモリ許可の最大パーセンテージを取得します。値の設定も可能です。

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

構文

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

value = instance.RequestMaximumMemoryGrantPercentage

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

プロパティ値

型: System. . :: . .Int32
メモリ許可の最大パーセンテージを示す Int32 値です。