Level.SourceAttribute 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 dimension attribute object for a source attribute associated with the Level object.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DimensionAttribute SourceAttribute { get; set; }
[<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
A DimensionAttribute object for the associated source attribute.
- Attributes