AggregationAttribute.CubeAttribute 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 CubeAttribute that associates the current AggregationAttribute to the parent cube.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.CubeAttribute CubeAttribute { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CubeAttribute : Microsoft.AnalysisServices.CubeAttribute
Public ReadOnly Property CubeAttribute As CubeAttribute
Property Value
A CubeAttribute that associates the current AggregationAttribute to the parent cube.
- Attributes