IMetadataServiceGetElementMetadata(IAnalysisStructure, String) Method

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 (26.2.0.1000)
Syntax
ElementMetadata GetElementMetadata(
	IAnalysisStructure dataStructure,
	string elementName
)

Parameters

dataStructure  IAnalysisStructure
The structure.
elementName  String
The element name.

Return Value

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