__PropertyProviderRegistration 클래스

__PropertyProviderRegistration 시스템 클래스는 WMI에 속성 공급자를 등록합니다.

MOF(Managed Object Format) 코드에서 간결하게 표기된 다음 구문은 상속된 속성을 모두 포함합니다. 속성은 MOF 순서가 아닌 알파벳순으로 나열됩니다.

구문

class __PropertyProviderRegistration : __ProviderRegistration
{
  __Provider REF provider;
  boolean        SupportsPut = False;
  boolean        SupportsGet = False;
};

멤버

__PropertyProviderRegistration 클래스에는 다음 유형의 멤버가 있습니다.

속성

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

provider

데이터 형식: __Provider

액세스 형식: 읽기 전용

속성 공급자의 개체 경로를 나타내는 __Provider 인스턴스에 대한 참조입니다. 이 속성은 __ProviderRegistration에서 상속됩니다.

SupportsGet

데이터 형식: boolean

액세스 형식: 읽기/쓰기

클래스 또는 인스턴스 공급자가 데이터 검색을 지원하는지 설명합니다.

True

공급자는 IWbemServices::GetObjectAsync를 구현하여 데이터 검색을 지원합니다.

False

공급자는 데이터 검색을 지원하지 않으며 GetObjectAsync에서 WBEM_E_PROVIDER_NOT_CAPABLE을 반환합니다.

SupportsPut

데이터 형식: boolean

액세스 형식: 읽기/쓰기

클래스 또는 인스턴스 공급자가 데이터 수정을 지원하는지 설명합니다.

True

공급자는 다음 메서드 중 하나를 구현하여 클래스 또는 인스턴스 수정을 지원합니다.

False

공급자는 데이터 수정을 지원하지 않으며 PutClassAsync 또는 PutInstanceAsync에서 WBEM_E_PROVIDER_NOT_CAPABLE을 반환합니다.

설명

__PropertyProviderRegistration 클래스는 __ProviderRegistration에서 파생됩니다. 관리자만 __Win32Provider__PropertyProviderRegistration의 인스턴스를 만들어 속성 공급자를 등록할 수 있습니다. 관리자만 속성 공급자를 삭제할 수 있습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista
지원되는 최소 서버
Windows Server 2008
네임스페이스
모든 WMI 네임스페이스

추가 정보

__ProviderRegistration

WMI 시스템 클래스

속성 공급자 등록