Initializes a new instance of ConnectionManagerBase for the specified named values. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim namedValues As SmsNamedValuesDictionary

Dim instance As New ConnectionManagerBase(namedValues)

Syntax

Visual Basic
Protected Sub New ( _
		namedValues As SmsNamedValuesDictionary _
)
C#
protected ConnectionManagerBase (
		SmsNamedValuesDictionary namedValues
)
C++
protected:
ConnectionManagerBase (
		SmsNamedValuesDictionary^ namedValues
)
J#
protected ConnectionManagerBase (
		SmsNamedValuesDictionary namedValues
)
JScript
protected function ConnectionManagerBase (
		namedValues : SmsNamedValuesDictionary
)

Parameters

namedValues

[in] SmsNamedValuesDictionary object that represents a dictionary of named values.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also