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 命名空间