SpecialCategoryCount Property

The SpecialCategoryCount property returns the number of drill, root, and special categories in a dimension.

Syntax

object .SpecialCategoryCount

Applies To

DateDimension Object

Dimension Object

Discussion

This property only counts drill, root, and special categories. Use the CategoryCount property to count Category objects.

A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.

Type

Long

Access

Read