共用方式為


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.