Share via


ObjectQueryOptions Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a class for specifying query options available for methods that return instances.

The following tables list the members exposed by the ObjectQueryOptions type.

Public Constructors

  Name Description
  ObjectQueryOptions Overloaded. Initializes a new ObjectQueryOptions object.

Top

Public Fields

  Name Description
public fieldstatic Default Specifies the default object query options.

Top

Public Properties

  Name Description
public property DefaultPropertyRetrievalBehavior Gets or sets the object behavior.
public property MaxResultCount Gets or sets the maximum number of results to return.
public property ObjectRetrievalMode Gets or sets the object retrieval mode.
public property ObjectSortProperty Gets all the properties provided for the object sort.
public property ProjectionComponentsToRetrieve Gets or sets the projection components to retrieve.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddComponentsToRetrieve Adds the projection components that are to be retrieved to a list. The components should have the same seed identifier.
public method AddFilterByConnector Inserts filter instances using the connector IDs.
public method AddPropertyRangeToRetrieve Adds the property range.
public method AddPropertyToRetrieve Overloaded. Adds the property to the query options for the given class.
public method AddSortProperty Overloaded. Adds sort properties for projection sorting.
public method Equals  (inherited from Object)
public method GetEnumerator Returns an enumerator that can iterate through a collection.
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

ObjectQueryOptions Class
Microsoft.EnterpriseManagement.Common Namespace