Level.SourceAttribute Property

Definition

Gets or sets the dimension attribute object for a source attribute associated with the Level object.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Level_SourceAttribute")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DimensionAttribute SourceAttribute { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Level_SourceAttribute")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.SourceAttribute : Microsoft.AnalysisServices.DimensionAttribute with get, set
Public Property SourceAttribute As DimensionAttribute

Property Value

DimensionAttribute

A DimensionAttribute object for the associated source attribute.

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

Applies to