Dimension.Relationships Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of dimension relationships.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")]
[XmlArrayItemAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")]
public RelationshipCollection Relationships { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")]
[XmlArrayItemAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")]
property RelationshipCollection^ Relationships {
    RelationshipCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")>]
[<XmlArrayItemAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")>]
member Relationships : RelationshipCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")>
<XmlArrayItemAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")>
Public ReadOnly Property Relationships As RelationshipCollection

Property Value

Type: Microsoft.AnalysisServices.RelationshipCollection

The collection of dimension relationships.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top