PhysicalMemory Propiedad
Gets the total RAM installed, in MB, for the computer running the instance of SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property PhysicalMemory As Integer
Get
'Uso
Dim instance As Information
Dim value As Integer
value = instance.PhysicalMemory
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public int PhysicalMemory { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property int PhysicalMemory {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member PhysicalMemory : int
function get PhysicalMemory () : int
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies the total RAM installed in MB.
Vea también