WmiConfigurationAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de WmiConfigurationAttribute klasse waarmee de WMI-naamruimte wordt opgegeven waarin de WMI-provider klassen beschikbaar maakt.

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)

Parameters

scope
String

De WMI-naamruimte waarin de provider klassen beschikbaar maakt. Bijvoorbeeld root\MyProviderNamespace.

Opmerkingen

Een WMI-provider moet de klassen in een naamruimte beschikbaar maken. Daarom vereist de constructor een bereik als parameter.

Van toepassing op