Share via


ManagementPackCubeExtension.ManyToManyRelationships Property

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the many-to-many relationships for this object instance.

public:
 property System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackManyToManyRelationshipType ^> ^ ManyToManyRelationships { System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackManyToManyRelationshipType ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackManyToManyRelationshipType> ManyToManyRelationships { get; }
member this.ManyToManyRelationships : System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackManyToManyRelationshipType>
Public ReadOnly Property ManyToManyRelationships As ICollection(Of ManagementPackManyToManyRelationshipType)

Property Value

The collection of many-to-many relationships.

Applies to