다음을 통해 공유


Win32_SystemPartitions 클래스

Win32_SystemPartitions 연결 WMI 클래스는 해당 시스템의 컴퓨터 시스템 및 디스크 파티션과 관련이 있습니다.

다음 구문은 MOF(Managed Object Format) 코드를 단순화한 것으로 상속된 속성이 모두 포함되어 있습니다. 속성 및 메서드는 MOF 순서가 아닌 알파벳순입니다.

구문

[Dynamic, Provider("CIMWin32"), UUID("{8502C4F5-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_SystemPartitions : Win32_SystemDevices
{
  Win32_ComputerSystem REF GroupComponent;
  Win32_DiskPartition  REF PartComponent;
};

멤버

Win32_SystemPartitions 클래스에는 다음과 같은 유형의 멤버가 있습니다.

속성

Win32_SystemPartitions 클래스에는 이러한 속성이 있습니다.

GroupComponent

데이터 형식: Win32_ComputerSystem

액세스 형식: 읽기 전용

한정자: 재정 의("GroupComponent"), MappingStrings ("WMI| Win32_ComputerSystem")

디스크 파티션이 있는 컴퓨터 시스템의 속성을 나타내는 instance 대한 참조입니다.

PartComponent

데이터 형식: Win32_DiskPartition

액세스 형식: 읽기 전용

한정자: 재정 의("PartComponent"), MappingStrings ("WMI| Win32_DiskPartition")

컴퓨터 시스템에 있는 디스크 파티션의 속성을 나타내는 instance 대한 참조입니다.

설명

Win32_SystemPartitions 클래스는 Win32_SystemDevices 파생됩니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista
지원되는 최소 서버
Windows Server 2008
네임스페이스
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

추가 정보

Win32_SystemDevices

운영 체제 클래스