ManagementObject.GetRelationships Method (String, String, String, Boolean, EnumerationOptions)
.NET Framework 4
Gets a collection of associations to the object.
Assembly: System.Management (in System.Management.dll)
public ManagementObjectCollection GetRelationships( string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly, EnumerationOptions options )
Parameters
- relationshipClass
- Type: System.String
The type of relationship of interest.
- relationshipQualifier
- Type: System.String
The qualifier to be present on the relationship.
- thisRole
- Type: System.String
The role of this object in the relationship.
- classDefinitionsOnly
- Type: System.Boolean
When this method returns, it contains only the class definitions for the result set.
- options
- Type: System.Management.EnumerationOptions
The extended options for the query execution.
Return Value
Type: System.Management.ManagementObjectCollectionA ManagementObjectCollection containing the association objects.
This operation is equivalent to a REFERENCES OF query with possibly all the extensions.
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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.