次の方法で共有


Win32_PhysicalMemoryLocation クラス

Win32_PhysicalMemoryLocation関連付け WMI クラスは、物理メモリとその物理メモリの配列を関連付けます。

次の構文はマネージド オブジェクト フォーマット (MOF) のコードを単純化したもので、すべての継承されたプロパティを含みます。 プロパティは、MOF の順序ではなく、アルファベット順に一覧表示されます。

構文

[Dynamic, Provider("CIMWin32"), UUID("{B24EF562-BBBE-11d2-ABFB-00805F538618}"), AMENDMENT]
class Win32_PhysicalMemoryLocation : CIM_PackagedComponent
{
  string                        LocationWithinContainer;
  Win32_PhysicalMemory      REF PartComponent;
  Win32_PhysicalMemoryArray REF GroupComponent;
};

メンバー

Win32_PhysicalMemoryLocation クラスには、次の種類のメンバーがあります。

プロパティ

Win32_PhysicalMemoryLocation クラスには、これらのプロパティがあります。

GroupComponent

データ型: Win32_PhysicalMemoryArray

アクセスの種類: 読み取り専用

修飾子: KeyOverride ("GroupComponent")、 MappingStrings ("WMI|Win32_PhysicalMemoryArray")

物理メモリを含む物理メモリ配列を表す Win32_PhysicalMemoryArray

LocationWithinContainer

データ型: string

アクセスの種類: 読み取り専用

物理パッケージ内の物理要素の位置を表す自由形式の文字列。 このプロパティには、コンテナー内の静止要素に対する相対的な情報 (たとえば、"上から 2 番目のドライブ ベイ")、角度、高度、およびその他のデータを記録できます。 この文字列は、 CIM_Location オブジェクトのインスタンス化の代わりに補足または使用できます。

このプロパティは、 CIM_Containerから継承されます。

PartComponent

データ型: Win32_PhysicalMemory

アクセスの種類: 読み取り専用

修飾子: KeyOverride ("PartComponent")、 MappingStrings ("WMI|Win32_PhysicalMemory")

物理メモリ配列に含まれる物理メモリを表す Win32_PhysicalMemory

注釈

Win32_PhysicalMemoryLocation クラスは、CIM_PackagedComponentから派生します。

要件

要件
サポートされている最小のクライアント
Windows Vista
サポートされている最小のサーバー
Windows Server 2008
名前空間
Root\CIMV2
MOF
CIMWin32.mof
[DLL]
CIMWin32.dll

こちらもご覧ください

CIM_PackagedComponent

コンピューター システム ハードウェア クラス