RelationshipEnd.Attributes 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 attributes used as keys (primary or foreign) in a one-to-many relationship between dimensions.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.RelationshipEndAttributeCollection Attributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Attributes : Microsoft.AnalysisServices.RelationshipEndAttributeCollection
Public ReadOnly Property Attributes As RelationshipEndAttributeCollection
Property Value
The collection of attributes in the relationship end.
- Attributes