MdxScript.CalculationProperties 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 a collection of display attributes for calculated members defined in current script.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.CalculationPropertyCollection CalculationProperties { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CalculationProperties : Microsoft.AnalysisServices.CalculationPropertyCollection
Public ReadOnly Property CalculationProperties As CalculationPropertyCollection
Property Value
A CalculationPropertyCollection object, with display attributes for calculated members defined in current script.
- Attributes