Proprietà PhysicalMemory
Gets the total RAM installed, in MB, for the computer running the instance of SQL Server.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property PhysicalMemory As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An Int32 value that specifies the total RAM installed in MB.
Vedere anche