Server.PhysicalMemoryUsageInKB 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PhysicalMemoryUsageInKB As Long 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

Server 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스