다음을 통해 공유


WorkloadGroup.RequestMaximumMemoryGrantPercentage 속성

Gets or sets the request maximum memory grant percentage in seconds.

네임스페이스:  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
An Int32 value that specifies the maximum memory grant percentage in seconds.

참고 항목

참조

WorkloadGroup 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스