The IsInternal property of the Measure interface indicates whether the measure is internal to the cube, that is, it is used only for calculations of other measures and is not visible to the users of the cube.
clsAggregationMeasure | clsPartitionMeasure |
clsCubeMeasure |
Boolean
The access type depends on the measure object’s class.
Class | Access |
---|---|
clsCubeMeasure | R/W |
clsCubeMeasure (virtual) | R |
clsPartitionMeasure | R |
clsAggregationMeasure | R |
Use the following code to define a measure object as internal only:
'Assume an object (dsoCubeMea) of ClassType clsCubeMeasure exists
dsoCubeMea.IsInternal = True
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |