This topic has not yet been rated - Rate this topic

ManagementObject.GetRelationships Method (String, String, String, Boolean, EnumerationOptions)

Gets a collection of associations to the object.

Namespace:  System.Management
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.ManagementObjectCollection
A 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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ