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
public property AsyncOperationData  Gets or sets the asynchronous operation data for the result object base.(inherited from ResultObjectBase)
public property 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).
public property 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).
public property ConnectionManager Overridden. Gets the connection manager for the result collection.
public property Count Gets the count of items associated with the result collection.
public property DisplayDescription Gets the display description for the result collection.
public property DisplayString Gets the display string for the module that is associated with the result collection.
public property EmbeddedProperties Gets or sets the embedded properties that are associated with the result collection.
public property EmbeddedPropertyLists Gets or sets the embedded property lists that are associated with the result collection.
public property GenericsArray Gets the generics array for the result collection.
public property HelpTopic Gets the Help topic that corresponds to the result collection.
public property Item Gets or sets an item in the result collection.
public property NamedValueDictionary  Gets or sets a named values dictionary for the result object base.(inherited from ResultObjectBase)
public property ObjectClass Gets the name of the class for the result object base.
public property OverridingObjectClass Gets the overriding object class.
public property Properties Gets or sets the properties of the result collection.
public property PropertyList Gets the property list for the result collection.
public property PropertyNames Gets the property names for the result collection.
public property RegMultiStringLists Gets or sets the registry multi-string lists for the result collection.
public property SecurityVerbs Gets the security delegate verbs for the result collection.
public property 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)
public property UniqueIdentifier Gets the unique identifier for the result collection.
Top

Protected Properties

  Name Description
protected property ResultObjects Gets the result object base objects in the collection.
Top

Public Methods (see also Protected Methods )

  Name Description
public method Add Adds the specified result object base.
public method Clone  Creates a new object that is a duplicate of the ResultObjectBase object. (inherited from ResultObjectBase)
public method CompareTo Compares the specified object to the result collection to determine whether it is of the same data type.
public method ContainsObjectClass Determines whether the result collection contains the specified object class.
public method Delete Overloaded.  
public method Dispose Overloaded.  
public method Equals Overloaded. Overridden.  
public method ExecuteMethod Runs the specified method on the result collection.
public method FormatQuery Formats a query for the result collection.
public method Get Overloaded.  
public method GetArrayItems Gets the array items for the specified result object property.
public method GetEnumerator Gets the forward-only enumerator that iterates through the result collection.
public method GetHashCode Overridden. Gets the hash code for the result collection.
public method GetQualifierValue Gets the qualifier value for the specified qualifier name.
public method GetSingleItem Gets a single item that corresponds to the specified property name.
public method GetType  (inherited from Object )
public method Put Overloaded.  
public method static ReferenceEquals  (inherited from Object )
public method SetArrayItems Sets the array items for the specified property.
public method SetQualifierValue Sets the specified qualifier value.
public method SetSingleItem Sets a single item that corresponds to the specified property name and value.
public method ToString  (inherited from Object )
Top

Protected Methods

  Name Description
protected method Dispose Overloaded. Overridden.  
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )
Top

See Also


Send comments about this topic to Microsoft.