ManagedInstance.PhysicalMemory Property

Definition

Gets the physical memory of the managed instance of SQL Server.

public:
 property int PhysicalMemory { int get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public int PhysicalMemory { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.PhysicalMemory : int
Public ReadOnly Property PhysicalMemory As Integer

Property Value

An Int32 that managed the instance of SQL Server.

Attributes

Applies to