Поделиться через


Свойство CalculationProperty.CalculationReference

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property CalculationReference As String 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

CalculationProperty Класс

Пространство имен Microsoft.AnalysisServices