DimensionAttribute.AttributeRelationships Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of AttributeRelationship objects for the attribute.

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

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public AttributeRelationshipCollection AttributeRelationships { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property AttributeRelationshipCollection^ AttributeRelationships {
    AttributeRelationshipCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member AttributeRelationships : AttributeRelationshipCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property AttributeRelationships As AttributeRelationshipCollection

Property Value

Type: Microsoft.AnalysisServices.AttributeRelationshipCollection

An AttributeRelationshipCollection object containing a collection of AttributeRelationship objects for the attribute.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top