Condividi tramite


Proprietà WorkloadGroup.RequestMemoryGrantTimeoutInSeconds

Gets or sets the request memory grant time-out in seconds.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RequestMemoryGrantTimeoutInSeconds As Integer 
    Get 
    Set
'Utilizzo
Dim instance As WorkloadGroup 
Dim value As Integer 

value = instance.RequestMemoryGrantTimeoutInSeconds

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

Valore proprietà

Tipo: System.Int32
An Int32 value that specifies the maximum request memory grant time-out in seconds.

Vedere anche

Riferimento

WorkloadGroup Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo