HierarchyMetadata Class

Class used to specify user-defined metadata a IHierarchy specified by name.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataElementMetadata
    Dundas.BI.Data.MetadataHierarchyMetadata

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class HierarchyMetadata : ElementMetadata

The HierarchyMetadata type exposes the following members.

Properties
 NameDescription
Public propertyCategory Gets the element category.
(Inherited from ElementMetadata)
Public propertyIsUtilityHierarchy Gets or sets a value indicating whether this hierarchy should be treated as a utility hierarchy when generating MDX.
Public propertySecurityAttributeId Gets or sets the security attribute ID.
Public propertySecurityParameterId Gets or sets the security parameter ID.
Public propertySource Gets the metadata source kind.
(Inherited from ElementMetadata)
Public propertyUniqueName Gets the unique name of the element.
(Inherited from ElementMetadata)
Top
See Also