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
'Usage
Dim namedValues As SmsNamedValuesDictionary
Dim instance As New ConnectionManagerBase(namedValues)
Syntax
'Declaration
Protected Sub New ( _
    namedValues As SmsNamedValuesDictionary _
)
protected ConnectionManagerBase (
    SmsNamedValuesDictionary namedValues
)
protected:
ConnectionManagerBase (
    SmsNamedValuesDictionary^ namedValues
)
protected ConnectionManagerBase (
    SmsNamedValuesDictionary namedValues
)
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
Reference
ConnectionManagerBase Class
ConnectionManagerBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
SmsNamedValuesDictionary