IMetadataServiceGetElementMetadata Method (IDataElementStructure, String)

Gets the metadata for one 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 (24.3.0.1000)
Syntax
DataElementMetadata GetElementMetadata(
	IDataElementStructure dataStructure,
	string elementName
)

Parameters

dataStructure
Type: Dundas.BI.Data.MetadataIDataElementStructure
The structure.
elementName
Type: SystemString
The element name.

Return Value

Type: DataElementMetadata
The element metadata.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure is .
ArgumentExceptionelementName is or Empty.
See Also