Count (Tuple) (MDX)

Returns the number of dimensions in a tuple.

Syntax

Tuple_Expression.Count

Arguments

  • Tuple_Expression
    A valid Multidimensional Expressions (MDX) expression that returns a tuple.

Remarks

Returns the number of dimensions in a tuple.

See Also

Reference

Count (Dimension) (MDX)
Count (Hierarchy Levels) (MDX)
Count (Set) (MDX)
MDX Function Reference (MDX)

Help and Information

Getting SQL Server 2005 Assistance

Change History

Release History

17 July 2006

Changed content:
  • Updated syntax and arguments to improve clarity.