RelationshipQuery Members
.NET Framework 2.0
Represents a WQL REFERENCES OF data query.
The following tables list the members exposed by the RelationshipQuery type.
| 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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Overridden. Creates a copy of the object. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BuildQuery | Builds the query string according to the current property values. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| GetValueOfKeyword | (Inherited from ManagementQuery.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ParseQuery | Overridden. Parses the query string and sets the property values accordingly. |