This documentation is archived and is not being maintained.
RelationshipQuery Class
Visual Studio 2010
Represents a WQL REFERENCES OF data query.
System::Object
System.Management::ManagementQuery
System.Management::ObjectQuery
System.Management::WqlObjectQuery
System.Management::RelationshipQuery
System.Management::ManagementQuery
System.Management::ObjectQuery
System.Management::WqlObjectQuery
System.Management::RelationshipQuery
Assembly: System.Management (in System.Management.dll)
The RelationshipQuery type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RelationshipQuery() | Initializes a new instance of the RelationshipQuery class. This is the default constructor. |
![]() | 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(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). |
| 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 a hash function for a particular type. (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 | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
