ResultObjectsManager Members
Encapsulates a collection of result objects in a generic manner in Configuration Manager 2007 so that most console operations do not have to be concerned with the type of the underlying object (WQL or SQL).
The following tables list the members exposed by the ResultObjectsManager type.
Public Constructors
Name | Description | |
---|---|---|
ResultObjectsManager | Overloaded. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
AsyncOperationData | Gets or sets the asynchronous operation data for the result object base. (inherited from ResultObjectBase) | |
AutoCommit | Gets or sets a value that indicates whether automatic calls are made to the commit method for all site control file classes using the SiteCode property of the current object (default). | |
AutoRefresh | Gets or sets a value that indicates whether automatic calls are made to the refresh method for all site control file classes using the SiteCode property of the current object (default). | |
ConnectionManager | Overridden. Gets the connection manager for the result collection. | |
Count | Gets the count of items associated with the result collection. | |
DisplayDescription | Gets the display description for the result collection. | |
DisplayString | Gets the display string for the module that is associated with the result collection. | |
EmbeddedProperties | Gets or sets the embedded properties that are associated with the result collection. | |
EmbeddedPropertyLists | Gets or sets the embedded property lists that are associated with the result collection. | |
GenericsArray | Gets the generics array for the result collection. | |
HelpTopic | Gets the Help topic that corresponds to the result collection. | |
Item | Gets or sets an item in the result collection. | |
NamedValueDictionary | Gets or sets a named values dictionary for the result object base. (inherited from ResultObjectBase) | |
ObjectClass | Gets the name of the class for the result object base. | |
OverridingObjectClass | Gets the overriding object class. | |
Properties | Gets or sets the properties of the result collection. | |
PropertyList | Gets the property list for the result collection. | |
PropertyNames | Gets the property names for the result collection. | |
RegMultiStringLists | Gets or sets the registry multi-string lists for the result collection. | |
SecurityVerbs | Gets the security delegate verbs for the result collection. | |
TraceProperties | Gets or sets a value that indicates whether the properties of the result object base are written into the trace file. (inherited from ResultObjectBase) | |
UniqueIdentifier | Gets the unique identifier for the result collection. |
Top
Protected Properties
Name | Description | |
---|---|---|
ResultObjects | Gets the result object base objects in the collection. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Adds the specified result object base. | |
Clone | Creates a new object that is a duplicate of the ResultObjectBase object. (inherited from ResultObjectBase) | |
CompareTo | Compares the specified object to the result collection to determine whether it is of the same data type. | |
ContainsObjectClass | Determines whether the result collection contains the specified object class. | |
Delete | Overloaded. | |
Dispose | Overloaded. | |
Equals | Overloaded. Overridden. | |
ExecuteMethod | Runs the specified method on the result collection. | |
FormatQuery | Formats a query for the result collection. | |
Get | Overloaded. | |
GetArrayItems | Gets the array items for the specified result object property. | |
GetEnumerator | Gets the forward-only enumerator that iterates through the result collection. | |
GetHashCode | Overridden. Gets the hash code for the result collection. | |
GetQualifierValue | Gets the qualifier value for the specified qualifier name. | |
GetSingleItem | Gets a single item that corresponds to the specified property name. | |
GetType | (inherited from Object) | |
Put | Overloaded. | |
ReferenceEquals | (inherited from Object) | |
SetArrayItems | Sets the array items for the specified property. | |
SetQualifierValue | Sets the specified qualifier value. | |
SetSingleItem | Sets a single item that corresponds to the specified property name and value. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Overridden. | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ResultObjectsManager Class
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ResultObjectBase Class
IResultObject Interface