Overload List
Name | Description |
---|---|
IEntityObjectsManagement.GetRelationshipObjects (EnterpriseManagementRelationshipObjectGenericCriteria, ObjectQueryOptions) | Gets a list of relationship objects that are based on the supplied search criteria and query options. |
IEntityObjectsManagement.GetRelationshipObjects (Guid, ObjectQueryOptions) | Gets a list of relationship objects that match unique identifier. This is further filtered by the traversal depth and query options. |
IEntityObjectsManagement.GetRelationshipObjects (Generic ICollection, ObjectQueryOptions) | Gets a list of relationship objects that match the list of unique identifiers. This is further filtered by the query options. |
IEntityObjectsManagement.GetRelationshipObjects (Generic ICollection, DerivedClassTraversalDepth, ObjectQueryOptions) | Gets a list of relationship objects that match the list of relationship objects. This is further filtered by the traversal depth and query options. |
IEntityObjectsManagement.GetRelationshipObjects (ManagementPackClass, ManagementPackClass, ObjectQueryOptions) | Gets a list of relationship objects that define a relationship between the source and target management pack class objects. This is further filtered by the query options. |
IEntityObjectsManagement.GetRelationshipObjects (ManagementPackRelationship, DerivedClassTraversalDepth, ObjectQueryOptions) | Gets a list of relationship objects that match the relationship object. This is further filtered by the traversal depth and query options. |
IEntityObjectsManagement.GetRelationshipObjects (EnterpriseManagementRelationshipObjectGenericCriteria, ManagementPackClass, ManagementPackClass, ObjectQueryOptions) | Gets a list of relationship objects that define a relationship between the source and target management pack class objects. This is further filtered by the supplied search criteria and query options. |
See Also
Send comments about this topic to Microsoft.