IMetadataServiceGetElementMetadata 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.3.0.1000)
SyntaxElementMetadata GetElementMetadata(
	IAnalysisStructure dataStructure,
	string elementName
)
Function GetElementMetadata ( 
	dataStructure As IAnalysisStructure,
	elementName As String
) As ElementMetadata
ElementMetadata^ GetElementMetadata(
	IAnalysisStructure^ dataStructure, 
	String^ elementName
)
abstract GetElementMetadata : 
        dataStructure : IAnalysisStructure * 
        elementName : string -> ElementMetadata 
Parameters
- dataStructure
 - Type: Dundas.BI.Data.MetadataIAnalysisStructure
The structure. - elementName
 - Type: SystemString
The element name. 
Return Value
Type: 
ElementMetadataThe measure metadata.
Exceptions
See Also