IsValid

The IsValid property of the Measure interface indicates whether the measure structure is valid.

Applies To
clsAggregationMeasure clsPartitionMeasure
clsCubeMeasure  

Data Type

Boolean

Access

Read-only

Example

Use the following code to return a measure object’s validity status:

'Assume an object (dsoCubeMea) of ClassType clsCubeMeasure exists

Dim bValid As Boolean

bValid = dsoCube.IsValid

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

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