ManagedInstance.PhysicalMemory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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