Description
Forces the computation of the Value property if it is stale
-
Return Type
-
None
-
Syntax
-
object.Compute
The Compute Method syntax has these parts: Remarks
The Value property will be computed or recomputed as necessary when it is accessed. You may force a computation of the Value by calling the Compute method, though this is rarely useful.
Calling this method automatically adds this McMeasure to the Measures collection.
|