Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the calculation type associated with a CalculationProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CalculationType As CalculationType
Get
Set
'Usage
Dim instance As CalculationProperty
Dim value As CalculationType
value = instance.CalculationType
instance.CalculationType = value
public CalculationType CalculationType { get; set; }
public:
property CalculationType CalculationType {
CalculationType get ();
void set (CalculationType value);
}
member CalculationType : CalculationType with get, set
function get CalculationType () : CalculationType
function set CalculationType (value : CalculationType)
Property Value
Type: Microsoft.AnalysisServices.CalculationType
A calculation type.