Propriété CalculationReference
Gets or sets the name of the calculation defined in the MDX script object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property CalculationReference As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
The name of the named set or calculated cell referenced by the CalculationProperty.