IOlapMemberContainer Interface

Interface for OLAP member containers.

Namespace: Dundas.BI.Data.Metadata.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IOlapMemberContainer : IHierarchyMemberContainer

The IOlapMemberContainer type exposes the following members.

Properties
 NameDescription
Public propertyHierarchy Gets the parent hierarchy.
(Inherited from IHierarchyMemberContainer)
Public propertyParentCube Gets the parent cube.
Public propertyParentHierarchy Gets the parent hierarchy.
Top
Methods
 NameDescription
Public methodGetMembers Gets all the members for the current instance.
(Inherited from IHierarchyMemberContainer)
Public methodGetMembers(MemberRetrievalOptions) Gets the members for the current instance.
(Inherited from IHierarchyMemberContainer)
Public methodGetMembers(MemberRetrievalOptions, ICollectionMemberValue) Gets the members for the current instance.
(Inherited from IHierarchyMemberContainer)
Top
See Also