WmiConfigurationAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 提供者必須在命名空間中公開其類別。 這就是建構函式需要範圍做為參數的原因。