Compartir a través de


ManagedInstance.PhysicalMemory Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property PhysicalMemory As Integer 
    Get
'Uso
Dim instance As ManagedInstance 
Dim value As Integer 

value = instance.PhysicalMemory
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int PhysicalMemory { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int PhysicalMemory {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member PhysicalMemory : int
function get PhysicalMemory () : int

Valor de la propiedad

Tipo: System.Int32
An Int32 that contains the managed instance of SQL Server.

Vea también

Referencia

ManagedInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility