Share via


CalculationProperty.CalculationReference Property

Gets or sets the name of the calculation defined in the MDX script object.

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

Syntax

'Declaration
Public Property CalculationReference As String 
    Get 
    Set
'Usage
Dim instance As CalculationProperty 
Dim value As String 

value = instance.CalculationReference

instance.CalculationReference = value
public string CalculationReference { get; set; }
public:
property String^ CalculationReference {
    String^ get ();
    void set (String^ value);
}
member CalculationReference : string with get, set
function get CalculationReference () : String 
function set CalculationReference (value : String)

Property Value

Type: System.String
The name of the named set or calculated cell referenced by the CalculationProperty.

See Also

Reference

CalculationProperty Class

Microsoft.AnalysisServices Namespace