Partilhar via


PhysicalMemory Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

The PhysicalMemory property returns the total RAM installed, in megabytes, on an instance of Microsoft SQL Server.

Sintaxe

object.PhysicalMemory

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetPhysicalMemory(LPLONG pRetVal);

Comentários

The PhysicalMemory value does not include swap space allocated by the operating system.

Applies To: