Initializes the specified query processor for the connection manager. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As IInitializer
Dim queryProcessor As QueryProcessorBase
Dim connectionManager As ConnectionManagerBase
Dim namedValues As SmsNamedValuesDictionary

instance.Initializer(queryProcessor, connectionManager, namedValues)

Syntax

Visual Basic
Sub Initializer ( _
		queryProcessor As QueryProcessorBase, _
		connectionManager As ConnectionManagerBase, _
		namedValues As SmsNamedValuesDictionary _
)
C#
void Initializer (
		QueryProcessorBase queryProcessor,
		ConnectionManagerBase connectionManager,
		SmsNamedValuesDictionary namedValues
)
C++
void Initializer (
		QueryProcessorBase^ queryProcessor, 
		ConnectionManagerBase^ connectionManager, 
		SmsNamedValuesDictionary^ namedValues
)
J#
void Initializer (
		QueryProcessorBase queryProcessor, 
		ConnectionManagerBase connectionManager, 
		SmsNamedValuesDictionary namedValues
)
JScript
function Initializer (
		queryProcessor : QueryProcessorBase, 
		connectionManager : ConnectionManagerBase, 
		namedValues : SmsNamedValuesDictionary
)

Parameters

queryProcessor

[in] QueryProcessorBase object that represent the query processor.

connectionManager

[in] ConnectionManagerBase object that represents the connection manager.

namedValues

[in] SmsNamedValuesDictionary object that represents the named values to use with the query processor.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also