RelationshipQuery Class
Represents a WQL REFERENCES OF data query.
Assembly: System.Management (in System.Management.dll)
System.Management::ManagementQuery
System.Management::ObjectQuery
System.Management::WqlObjectQuery
System.Management::RelationshipQuery
| Name | Description | |
|---|---|---|
![]() | RelationshipQuery() | Initializes a new instance of the RelationshipQuery class. This is the default constructor. |
![]() | RelationshipQuery(Boolean, String^, String^, String^, String^) | Initializes a new instance of the RelationshipQuery class for a schema query using the given set of parameters. This constructor is used for schema queries only, so the first parameter must be true. |
![]() | RelationshipQuery(String^) | Initializes a new instance of the RelationshipQuery class. If the specified string can be successfully parsed as a WQL query, it is considered to be the query string; otherwise, it is assumed to be the path of the source object for the query. In this case, the query is assumed to be an instances query. |
![]() | RelationshipQuery(String^, String^) | Initializes a new instance of the RelationshipQuery class for the given source object and relationship class. The query is assumed to be an instance query (as opposed to a schema query). |
![]() | RelationshipQuery(String^, String^, String^, String^, Boolean) | Initializes a new instance of the RelationshipQuery class for the given set of parameters. The query is assumed to be an instance query (as opposed to a schema query). |
| Name | Description | |
|---|---|---|
![]() | ClassDefinitionsOnly | Gets or sets a value indicating that only the class definitions of the relevant relationship objects be returned. |
![]() | IsSchemaQuery | Gets or sets a value indicating whether this query 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.) |
![]() | RelationshipClass | Gets or sets the class of the relationship objects wanted in the query. |
![]() | RelationshipQualifier | Gets or sets a qualifier required on the relationship objects. |
![]() | SourceObject | Gets or sets the source object for this query. |
![]() | ThisRole | Gets or sets the role of the source object in the relationship. |
| Name | Description | |
|---|---|---|
![]() | BuildQuery() | Builds the query string according to the current property values. |
![]() | Clone() | Creates a copy of the object. (Overrides WqlObjectQuery::Clone().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ParseQuery(String^) | Parses the query string and sets the property values accordingly. (Overrides ManagementQuery::ParseQuery(String^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


