The DisconnectedDimensionValue type exposes the following members.

Constructors

  NameDescription
DisconnectedDimensionValueOverloaded.

Methods

  NameDescription
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
GetHashCode()()(). For DimensionValue the hash code is based on Id
(Inherited from DimensionValue.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ContextPath
Gets a string representation of the location of this DimensionValue within the hierarchy of its associated Dimension.
(Inherited from DimensionValue.)
Dimension
Gets the Dimension to which this DimensionValue belongs.
(Inherited from DimensionValue.)
DimensionValuePath
Gets a collection containing the DimensionValues along the path leading from from the root of dimension value of the the owning Dimension to this DimensionValue (inclusive).
(Inherited from DimensionValue.)
DisplayName
Gets the display name for the dimension value.
(Inherited from DimensionValue.)
Id
Gets the unique identifier of this DimensionValue.
(Inherited from DimensionValue.)
IsLeaf
Gets a value indicating if this is a leaf DimensionValue.
(Inherited from DimensionValue.)
IsNavigable
Gets a value indicating if this DimensionValue is navigable; that is, whether selecting this DimensionValue will further refine the set of records returned by a navigation query.
(Inherited from DimensionValue.)
IsRoot
Gets a value indicating if this DimensionValue is the root of the dimension value hierachy for its dimension.
(Inherited from DimensionValue.)
Name
Gets the name of this DimensionValue.
(Inherited from DimensionValue.)
Parent
Gets the parent dimension value of this dimension value.
(Inherited from DimensionValue.)
Properties
Gets the collection of PropertyValues associated with this DimensionValue.
(Inherited from DimensionValue.)
RecordCount
Gets the count of records beneath this dimension value, for the current navigation state.
(Inherited from DimensionValue.)
StaticRecordCount
Gets the static record count statistic for this dimension value.
(Inherited from DimensionValue.)

Explicit Interface Implementations

See Also