Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.