Compartilhar via


Propriedade PhysicalMemory

Gets the PhysicalMemory property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property PhysicalMemory As Integer
    Get
'Uso
Dim instance As Server
Dim value As Integer

value = instance.PhysicalMemory
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public int PhysicalMemory { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
virtual property int PhysicalMemory {
    int get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
abstract PhysicalMemory : int
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
override PhysicalMemory : int
final function get PhysicalMemory () : int

Valor da propriedade

Tipo: System. . :: . .Int32
Int32

Implementa

IServerInformation. . :: . .PhysicalMemory