다음을 통해 공유


WmiConfigurationAttribute(String) 생성자

정의

WMI 공급자가 클래스를 노출할 WMI 네임스페이스를 지정하는 WmiConfigurationAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 WmiConfigurationAttribute(System::String ^ scope);
public WmiConfigurationAttribute (string scope);
new System.Management.Instrumentation.WmiConfigurationAttribute : string -> System.Management.Instrumentation.WmiConfigurationAttribute
Public Sub New (scope As String)

매개 변수

scope
String

공급자가 클래스를 노출할 WMI 네임스페이스입니다. 예를 들면 "root\MyProviderNamespace"입니다.

설명

WMI 공급자는 네임스페이스에 해당 클래스를 노출해야 합니다. 따라서 생성자에 매개 변수로 scope 필요합니다.

적용 대상