RelationshipQuery Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a WQL REFERENCES OF data query.
public ref class RelationshipQuery : System::Management::WqlObjectQuery
public class RelationshipQuery : System.Management.WqlObjectQuery
type RelationshipQuery = class
inherit WqlObjectQuery
Public Class RelationshipQuery
Inherits WqlObjectQuery
- Inheritance
Constructors
RelationshipQuery() |
Initializes a new instance of the RelationshipQuery class. This is the parameterless 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, 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). |
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) |
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. |
Properties
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. |
Methods
BuildQuery() |
Builds the query string according to the current property values. |
Clone() |
Creates a copy of the object. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ParseQuery(String) |
Parses the query string and sets the property values accordingly. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |