MdxScript.CalculationProperties Property

 

Applies To: SQL Server 2016 Preview

Gets a CalculationProperty object, with display attributes for calculated members defined in current script.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public CalculationPropertyCollection CalculationProperties { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property CalculationPropertyCollection^ CalculationProperties {
    CalculationPropertyCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member CalculationProperties : CalculationPropertyCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property CalculationProperties As CalculationPropertyCollection

Property Value

Type: Microsoft.AnalysisServices.CalculationPropertyCollection

A CalculationProperty object, with display attributes for calculated members defined in current script.

See Also

MdxScript Class
Microsoft.AnalysisServices Namespace

Return to top