Condividi tramite


Proprietà IServerConfigurationFacet.MaxServerMemory

Gets or sets the MaxServerMemory property value.

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

Sintassi

'Dichiarazione
Property MaxServerMemory As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.MaxServerMemory

instance.MaxServerMemory = value
int MaxServerMemory { get; set; }
property int MaxServerMemory {
    int get ();
    void set (int value);
}
abstract MaxServerMemory : int with get, set
function get MaxServerMemory () : int 
function set MaxServerMemory (value : int)

Valore proprietà

Tipo: System.Int32
The MaxServerMemory property value.

Vedere anche

Riferimento

IServerConfigurationFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo