SubClassType

The SubClassType property of the Level interface contains an enumeration constant identifying the subclass type of the object.

Applies To
clsAggregationLevel clsDatabaseLevel
clsCubeLevel clsPartitionLevel

Data Type

SubClassTypes (an enumeration)

Access

Read-only

Remarks

Objects that implement the Level interface, that is, those of ClassType clsCubeLevel, clsDatabaseLevel, or clsPartitionLevel, can have a SubClassType property of sbclsRegular or sbclsVirtual. Objects of ClassType clsAggregationLevel do not support a SubClassType property of sbclsVirtual. For more information, see SubClassTypes in Enumerations.

Example

' Assume an object (dsoLevel) of ClassType clsCubeLevel exists

If dsoLevel.SubClassType = sbclsVirtual Then

  'Code to handle a virtual level

Else

  'Code to handle a regular level

End If

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

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