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.