次の方法で共有


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 プロバイダーは、名前空間でそのクラスを公開する必要があります。 そのため、コンストラクターにはパラメーターとしてスコープが必要です。

適用対象