DataElementMetadata Class

Class used to categorize a IDataElement specified by name as a measure or hierarchy.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataElementMetadata
    Dundas.BI.Data.MetadataDataElementMetadata

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 DataElementMetadata : ElementMetadata

The DataElementMetadata type exposes the following members.

Properties
 NameDescription
Public propertyCategory Gets the element category.
(Inherited from ElementMetadata)
Public propertyIsInPrimaryKey Gets a value indicating whether the data element is part of the primary key, when applicable.
Public propertySource Gets the metadata source kind.
(Inherited from ElementMetadata)
Public propertyUniqueName Gets the unique name of the element.
(Inherited from ElementMetadata)
Top
Methods
 NameDescription
Public methodChangeCategory Changes the category.
Top
See Also