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
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.