__EventConsumerProviderRegistration 클래스

__EventConsumerProviderRegistration 시스템 클래스는 이벤트 소비자 공급자를 WMI로 등록합니다.

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

구문

class __EventConsumerProviderRegistration : __ProviderRegistration
{
  string         ConsumerClassNames[];
  __Provider REF provider;
};

멤버

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

속성

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

ConsumerClassNames

데이터 형식: 문자열 배열

액세스 형식: 읽기/쓰기

이벤트 소비자 공급자가 지원하는 논리 소비자 클래스의 이름 배열입니다.

provider

데이터 형식: __Provider

액세스 형식: 읽기 전용

공급자에 대한 개체 경로입니다. 이 속성은 __ProviderRegistration에서 상속됩니다.

설명

__EventConsumerProviderRegistration 클래스는 __ProviderRegistration에서 파생됩니다.

요구 사항

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

추가 정보

__ProviderRegistration

WMI 시스템 클래스

이벤트 소비자 공급자 등록

이벤트 소비자 공급자 작성