Propriété CalculationProperty.CalculationType
Gets or sets the calculation type associated with a CalculationProperty object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property CalculationType As CalculationType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.AnalysisServices.CalculationType
A calculation type.