AttributeRelationship.Attribute 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 or sets the Attribute object to which the current relationship is being created.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MemberPropertyAttributeTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DimensionAttribute Attribute { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MemberPropertyAttributeTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Attribute : Microsoft.AnalysisServices.DimensionAttribute with get, set
Public Property Attribute As DimensionAttribute
Property Value
An Attribute object.
- Attributes