ConnectionManagerBase Members
Represents the connection manager that accesses the Configuration Manager 2007 console for query operations made throughout the managed Configuration Manager libraries.
The following tables list the members exposed by the ConnectionManagerBase type.
Protected Constructors
Name | Description | |
---|---|---|
ConnectionManagerBase | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
AsyncQueryBatchSize | Gets or sets the number of objects in a batch of the query result set that is retrieved from the data source for an asynchronous query. | |
Context | Gets or sets the connection manager context. | |
ExecuteQueryBatchSize | Gets or sets the number of objects in a batch of the query result set that is retrieved from the data source. | |
MaxVersion | Gets or sets the maximum version of the management provider to which the application can connect. | |
MinVersion | Gets or sets the minimum version of the management provider to which the application can connect. | |
NamedValueDictionary | Gets the dictionary of named values for the connection manager. | |
QueryProcessor | Gets the query processor for the connection manager. | |
ResultObjectsBatchSize | Gets or sets the maximum number of result objects that were sent when processing OnFireQueryProcessorObjectsReady. | |
SmsTraceSource | Gets or sets the Configuration Manager trace source. | |
SqmManager | Gets the SQM manager. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
UniqueIdentifier | Gets the unique identifier for the connection manager. | |
UserDataObject | Gets or sets the user data for the root connection node. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Close | Closes the connection manager and performs optional cleanup. | |
CommitSiteControlFileUpdates | Commits site control file changes. | |
Connect | Overloaded. | |
CreateEmbeddedObjectInstance | Creates an embedded object as an instance of the specified class. | |
CreateInstance | Overloaded. | |
Dispose | Overloaded. | |
Equals | Overloaded. (inherited from Object) | |
EscapeQueryString | Prepares the specified query string to be sent to the provider. The method adds escape sequences so that any reserved characters in the query are maintained. | |
ExecuteMethod | Overloaded. | |
GetClassObject | Gets the object corresponding to the named SMS Provider Windows Management Instrumentation (WMI) server class. | |
GetHashCode | (inherited from Object) | |
GetInstance | Gets the WMI server class object that is indicated by the specified path. | |
GetPropertyNames | Gets the names of properties that are defined by the specified class. | |
GetQualifierNames | Overloaded. | |
GetQualifierValue | Overloaded. | |
GetSubclasses | Gets the subclasses of the specified class. | |
GetType | (inherited from Object) | |
IsQueryValid | Determines whether the specified query is valid for the connection manager. | |
ReferenceEquals | (inherited from Object) | |
RefreshScf | Refreshes the site control file. | |
ToString | (inherited from Object) | |
UpdateClassRightsToCache | Updates the class rights to the cache. |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
RunInitializers | Runs the initializers for the specified query processor and named values. |
Top
See Also
Reference
ConnectionManagerBase Class
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