Expand Minimize
This topic has not yet been rated - Rate this topic

Server::PhysicalMemory Property

SQL Server 2012

Gets the physical memory used by the server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
virtual property int PhysicalMemory {
	int get () sealed;
}

Property Value

Type: System::Int32
The physical memory used by the server.

Implements

IServerInformation::PhysicalMemory
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.