IsInternal

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.

Applies To
clsAggregationMeasure clsPartitionMeasure
clsCubeMeasure  

Data Type

Boolean

Access

The access type depends on the measure object’s class.

Class Access
clsCubeMeasure R/W
clsCubeMeasure (virtual) R
clsPartitionMeasure R
clsAggregationMeasure R

Example

Use the following code to define a measure object as internal only:

'Assume an object (dsoCubeMea) of ClassType clsCubeMeasure exists

dsoCubeMea.IsInternal = True

See Also
About Decision Support Objects Using Decision Support Objects
Properties Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.