AttributeRelationship.Attribute Property

Definition

Gets or sets the Attribute object to which the current relationship is being created.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_AttributeRelationship_Attribute")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MemberPropertyAttributeTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DimensionAttribute Attribute { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_AttributeRelationship_Attribute")>]
[<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

DimensionAttribute

An Attribute object.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to