The C1OlapKey type exposes the following members.

Methods

  Name Description
Public method Equals
Returns true if two C1OlapKey objects represent the same set of C1OlapField objects and values.
(Overrides Object..::..Equals(Object).)
Public method GetFormattedValue(Int32)
Gets a formatted value from the Values array.
Public method GetFormattedValue(Int32, Object)
Gets a formatted value from the Values array.
Public method GetHashCode
Serves as a hash function for a C1OlapKey object.
(Overrides Object..::..GetHashCode()()()().)
Public method MatchesItem
Gets a value that determines whether a given data object matches the content of this C1OlapKey.
Public method ToString
Returns a string that represents this C1OlapKey.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Fields
Gets the list of C1OlapField pivot fields associated with this C1OlapKey.
Public property ValueField
Gets the C1OlapField that represents the value field associated with this C1OlapKey.
Public property Values
Gets an array of values for the C1OlapField pivot fields associated with this C1OlapKey.

See Also