Represents the connection manager that accesses the Configuration Manager 2007 console for query operations made throughout the managed Configuration Manager libraries. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ConnectionManagerBase

Syntax

Visual Basic
Public MustInherit Class ConnectionManagerBase
		Implements IDisposable
C#
public abstract class ConnectionManagerBase : IDisposable
C++
public ref class ConnectionManagerBase abstract : IDisposable
J#
public abstract class ConnectionManagerBase implements IDisposable
JScript
public abstract class ConnectionManagerBase implements IDisposable

Remarks

The connection manager is used to connect to the management provider, for example, SMS Provider, and the Configuration Manager database. For detailed information, see Managed SMS Provider Fundamentals in Configuration Manager.

Your application uses the ConnectionManager property to get or set the connection manager. For more information, see How to Connect to an SMS Provider in Configuration Manager by Using Managed Code


Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.ManagementProvider.ConnectionManagerBase

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