__MethodProviderRegistration 클래스

__MethodProviderRegistration 시스템 클래스는 메서드 공급자를 WMI에 등록합니다.

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

구문

class __MethodProviderRegistration : __ProviderRegistration
{
  __Provider REF provider;
};

멤버

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

속성

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

provider

데이터 형식: __Provider

액세스 형식: 읽기 전용

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

설명

__MethodProviderRegistration 클래스는 __ProviderRegistration에서 파생됩니다. 관리자만 __Win32Provider__MethodProviderRegistration 인스턴스를 만들어 메서드 공급자를 등록하거나 삭제할 수 있습니다.

요구 사항

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

추가 정보

__ProviderRegistration

WMI 시스템 클래스

메서드 공급자 등록