IMetadataServiceSetElementMetadata Method (IDataElementStructure, DataElementMetadata)

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 (24.3.0.1000)
Syntax
void SetElementMetadata(
	IDataElementStructure dataStructure,
	DataElementMetadata element
)

Parameters

dataStructure
Type: Dundas.BI.Data.MetadataIDataElementStructure
The structure.
element
Type: Dundas.BI.Data.MetadataDataElementMetadata
The element.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure or element is .
ValidationExceptionThe specified element metadata is invalid.
See Also