Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.CalculationType
A calculation type.