RelatedObjectQuery Properties
.NET Framework 4.5
The RelatedObjectQuery type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClassDefinitionsOnly | Gets or sets a value indicating that for all instances that adhere to the query, only their class definitions be returned. This parameter is only valid for instance queries. |
|
IsSchemaQuery | Gets or sets a value indicating whether this is a schema query or an instance query. |
|
QueryLanguage | Gets the language of the query. (Inherited from WqlObjectQuery.) |
|
QueryString | Gets or sets the query in text format. (Inherited from ManagementQuery.) |
|
RelatedClass | Gets or sets the class of the endpoint objects (the related class). |
|
RelatedQualifier | Gets or sets a qualifier required to be defined on the related objects. |
|
RelatedRole | Gets or sets the role that the related objects returned should be playing in the relationship. |
|
RelationshipClass | Gets or sets the type of relationship (association). |
|
RelationshipQualifier | Gets or sets a qualifier required to be defined on the relationship objects. |
|
SourceObject | Gets or sets the source object to be used for the query. For instance queries, this is typically an instance path. For schema queries, this is typically a class name. |
|
ThisRole | Gets or sets the role that the source object should be playing in the relationship. |