OlapTimeHierarchy Class |
Namespace: Dundas.BI.Data.Metadata.Olap
The OlapTimeHierarchy type exposes the following members.
Name | Description | |
---|---|---|
OlapTimeHierarchy |
Initializes a new instance of the OlapTimeHierarchy class.
|
Name | Description | |
---|---|---|
AllMember |
Gets the "All Values Grouped" member when the hierarchy is aggregatable; otherwise it return .
(Inherited from OlapHierarchy.) | |
AnalysisStructure |
Gets the parent analysis structure.
(Inherited from OlapElement.) | |
Caption |
Gets or sets the caption.
(Inherited from OlapElement.) | |
Category |
Gets the potential analysis category for the current instance.
(Overrides OlapHierarchyCategory.) | |
CompatibleUniqueName |
Gets the compatible unique name. This property allows grouping together compatible hierarchies across multiple IAnalysisStructures.
(Inherited from OlapHierarchy.) | |
Containers |
Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from OlapElement.) | |
DataProvider |
Gets the data provider.
(Inherited from OlapElement.) | |
DefaultMemberUniqueName |
Gets the default member unique name.
(Inherited from OlapHierarchy.) | |
Description |
Gets or sets the description.
(Inherited from OlapElement.) | |
EntityId |
Gets the parent entity ID.
(Inherited from OlapElement.) | |
FirstDayOfWeek |
Gets the first day of week for the current time hierarchy.
| |
HierarchyCategory |
Gets the current instance hierarchy category.
(Overrides OlapHierarchyHierarchyCategory.) | |
HierarchyOrigin |
Gets or sets the hierarchy origin.
(Inherited from OlapHierarchy.) | |
IsAggregatable |
Gets or sets a value indicating whether hierarchy is aggregatable.
(Inherited from OlapHierarchy.) | |
IsAnonymized |
Gets a value indicating whether the hierarchy members are to be anonymized during data retrieval operations, for legal or security reasons.
(Inherited from OlapHierarchy.) | |
IsHidden |
Gets a value indicating whether this instance is hidden and therefore not present in the parent cube hierarchy collection.
(Inherited from OlapHierarchy.) | |
IsHierarchy |
Gets a value indicating whether this instance is a hierarchy.
(Inherited from OlapElement.) | |
IsMeasure |
Gets a value indicating whether this instance is a measure.
(Inherited from OlapElement.) | |
IsTimeHierarchy |
Gets a value indicating whether this instance is a time hierarchy.
(Overrides OlapHierarchyIsTimeHierarchy.) | |
IsUnbalanced |
Gets or sets a value indicating whether hierarchy is unbalanced.
(Inherited from OlapHierarchy.) | |
Item |
Gets the Object with the specified name.
(Inherited from OlapElement.) | |
Levels |
Gets the hierarchy levels.
(Inherited from OlapHierarchy.) | |
Name |
Gets or sets the name.
(Inherited from OlapElement.) | |
Parameters |
Gets the public parameter collection, if the hierarchy either exposes inherited parameters or if it allows parameter definition.
(Inherited from OlapHierarchy.) | |
Parent |
Gets or sets the parent object.
(Inherited from OlapElement.) | |
ParentCube |
Gets the parent cube.
(Inherited from OlapElement.) | |
ParentDimension |
Gets the parent dimension.
(Inherited from OlapHierarchy.) | |
Properties |
Gets the various uncategorized properties.
(Inherited from OlapElement.) | |
Provider |
Gets the time provider for the current instance.
| |
SecurityAttributeId |
Gets the security attribute ID, if one is associated with the current hierarchy.
(Inherited from OlapHierarchy.) | |
SortPolicy |
Gets the sorting behavior defined for the hierarchy.
(Overrides OlapHierarchySortPolicy.) | |
SupportedAggregators |
Gets the supported aggregators.
(Inherited from OlapHierarchy.) | |
UniqueName |
Gets the object unique name.
(Inherited from OlapElement.) |
Name | Description | |
---|---|---|
CompareTo |
Compares current instance with argument instance.
(Inherited from OlapElement.) | |
CreateMember |
Creates the member.
(Overrides OlapHierarchyCreateMember(OlapLevel, OlapMember, String, String, MemberKind).) | |
GetChildMembers |
Gets the child time hierarchy members for the specified parent member.
| |
GetHashCode | Serves as the default hash function. (Inherited from OlapElement.) | |
GetInstance |
Gets a new instance of OlapHierarchy. Used for cloning.
(Overrides OlapHierarchyGetInstance(OlapDimension).) | |
GetLevel(String) |
Gets the level by its unique name.
(Inherited from OlapHierarchy.) | |
GetLevel(DateTimeGranularity) |
Gets the time level using its granularity.
| |
GetMember(String) |
Gets the member by the member unique name.
(Inherited from OlapHierarchy.) | |
GetMember(MemberValue) |
Gets the member by the member value.
(Inherited from OlapHierarchy.) | |
IsCompatibleWith |
Checks if the current instance is compatible with the specified hierarchy.
(Overrides OlapHierarchyIsCompatibleWith(IHierarchy, Boolean).) | |
MemberQuery(MemberRetrievalOptions, IHierarchyMember, NullableInt32) |
Enumerates hierarchy members.
This is a flat list of members potentially on different hierarchy levels.
(Inherited from OlapHierarchy.) | |
MemberQuery(MemberRetrievalOptions, ICollectionMemberValue, NullableInt32, MemberValue) |
Enumerates hierarchy members.
This is a flat list of members potentially on different hierarchy levels.
(Inherited from OlapHierarchy.) | |
ToString | Returns a string that represents the current object. (Inherited from OlapElement.) | |
UpdateDefaultMember |
Updates the default member.
(Inherited from OlapHierarchy.) |