ConnectionManagerBase Class
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
'Usage
Dim instance As ConnectionManagerBase
Syntax
'Declaration
Public MustInherit Class ConnectionManagerBase
Implements IDisposable
public abstract class ConnectionManagerBase : IDisposable
public ref class ConnectionManagerBase abstract : IDisposable
public abstract class ConnectionManagerBase implements IDisposable
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
Reference
ConnectionManagerBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
Other Resources
Managed SMS Provider Fundamentals in Configuration Manager
How to Connect to an SMS Provider in Configuration Manager by Using Managed Code