Open this page in the API Guide

IMetadataService.GetElementMetadata Method (IAnalysisStructure, String)

Gets the metadata for the element in the specified analysis structure.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ElementMetadata GetElementMetadata(
	IAnalysisStructure dataStructure,
	string elementName
)

Parameters

dataStructure
Type: Dundas.BI.Data.Metadata.IAnalysisStructure
The structure.
elementName
Type: System.String
The element name.

Return Value

Type: ElementMetadata
The measure metadata.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure is null.
ArgumentExceptionelementName is null or Empty.
See Also