Management Group contains Management Server

Microsoft.SystemCenter.ManagementGroupContainsManagementServer (RelationshipType)

Element properties:

SourceMicrosoft.SystemCenter.ManagementGroup
TargetMicrosoft.SystemCenter.ManagementServer
TypeSystem.Containment
AccessibilityPublic
AbstractFalse
CommentThis represents all the Management servers that belong to a ManagementGroup

Source Code:

<RelationshipType ID="Microsoft.SystemCenter.ManagementGroupContainsManagementServer" Comment="This represents all the Management servers that belong to a ManagementGroup" Accessibility="Public" Abstract="false" Base="System!System.Containment">
<Source ID="Source" Type="Microsoft.SystemCenter.ManagementGroup"/>
<Target ID="Target" Type="Microsoft.SystemCenter.ManagementServer"/>
</RelationshipType>