Propriedade do RDL CalculationReference
Gets or sets the name of the calculation defined in the MDX script object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property CalculationReference As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
The name of the named set or calculated cell referenced by the CalculationProperty.