IMetadataServiceSetElementMetadata(IDataElementStructure, DataElementMetadata) Method

Sets the metadata information for one data element in the specified 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
void SetElementMetadata(
	IDataElementStructure dataStructure,
	DataElementMetadata element
)

Parameters

dataStructure  IDataElementStructure
The structure.
element  DataElementMetadata
The element.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure or element is .
ValidationExceptionThe specified element metadata is invalid.
See Also