共用方式為


WmiConfigurationAttribute(String) 建構函式

定義

初始化 WmiConfigurationAttribute 類別的新執行個體,以指定 WMI 提供者會在其中公開類別的 WMI 命名空間。

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 提供者必須在命名空間中公開其類別。 這就是建構函式需要範圍做為參數的原因。

適用於