DimensionAttribute.AttributeRelationships Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of AttributeRelationship objects for the attribute.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.AttributeRelationshipCollection AttributeRelationships { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AttributeRelationships : Microsoft.AnalysisServices.AttributeRelationshipCollection
Public ReadOnly Property AttributeRelationships As AttributeRelationshipCollection
Property Value
An AttributeRelationshipCollection object containing a collection of AttributeRelationship objects for the attribute.
- Attributes