SubClassType

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

Applies To
clsAggregation clsDatabase
clsCube clsPartition

Data Type

SubClassTypes (an enumeration)

Access

Read-only

Remarks

Objects that implement the MDStore interface, that is, those of ClassType clsAggregation, clsCube, clsDatabase, or clsPartition, can have a SubClassType property value of sbclsRegular. An object of ClassType clsCube can also be of SubClassType sbclsVirtual. For more information, see SubClassTypes in Enumerations.

Example

'Assume an object (dsoCube) of ClassType clsCube exists

If dsoCube.SubClassType = sbclsVirtual Then

    'Code to handle a virtual cube

Else

    'Code to handle a regular cube

End If

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

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