IMetadataServiceSetStructureMetadata Method

Sets the metadata information for all the elements 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 SetStructureMetadata(
	IDataElementStructure dataStructure,
	IEnumerable<DataElementMetadata> elements
)

Parameters

dataStructure
Type: Dundas.BI.Data.MetadataIDataElementStructure
The structure.
elements
Type: System.Collections.GenericIEnumerableDataElementMetadata
The list of elements.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure or elements is .
ArgumentExceptionelements is empty.
See Also