Partager via


Propriété Server.PhysicalMemoryUsageInKB

Gets an Int64 value that specifies the amount of memory in use by the instance of the Database Engine, in kilobytes.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PhysicalMemoryUsageInKB As Long 
    Get
'Utilisation
Dim instance As Server 
Dim value As Long 

value = instance.PhysicalMemoryUsageInKB
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public long PhysicalMemoryUsageInKB { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property long long PhysicalMemoryUsageInKB {
    long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member PhysicalMemoryUsageInKB : int64
function get PhysicalMemoryUsageInKB () : long

Valeur de propriété

Type : System.Int64
An Int64 value that specifies the amount of memory in use by the instance of the Database Engine, in kilobytes.

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.SqlServer.Management.Smo