OlapTimeHierarchy Methods

The OlapTimeHierarchy type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares current instance with argument instance.
(Inherited from OlapElement.)
Public methodCreateMember
Creates the member.
(Overrides OlapHierarchyCreateMember(OlapLevel, OlapMember, String, String, MemberKind).)
Public methodGetChildMembers
Gets the child time hierarchy members for the specified parent member.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from OlapElement.)
Protected methodGetInstance
Gets a new instance of OlapHierarchy. Used for cloning.
(Overrides OlapHierarchyGetInstance(OlapDimension).)
Public methodGetLevel(String)
Gets the level by its unique name.
(Inherited from OlapHierarchy.)
Public methodGetLevel(DateTimeGranularity)
Gets the time level using its granularity.
Public methodGetMember(String)
Gets the member by the member unique name.
(Inherited from OlapHierarchy.)
Public methodGetMember(MemberValue)
Gets the member by the member value.
(Inherited from OlapHierarchy.)
Public methodIsCompatibleWith
Checks if the current instance is compatible with the specified hierarchy.
(Overrides OlapHierarchyIsCompatibleWith(IHierarchy, Boolean).)
Public methodMemberQuery(MemberRetrievalOptions, IHierarchyMember, NullableInt32)
Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
(Inherited from OlapHierarchy.)
Public methodMemberQuery(MemberRetrievalOptions, ICollectionMemberValue, NullableInt32, MemberValue)
Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
(Inherited from OlapHierarchy.)
Public methodToString
Returns a string that represents the current object.
(Inherited from OlapElement.)
Public methodUpdateDefaultMember
Updates the default member.
(Inherited from OlapHierarchy.)
Top
See Also