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 (26.2.0.1000)
Syntax
void SetStructureMetadata(
	IDataElementStructure dataStructure,
	IEnumerable<DataElementMetadata> elements
)

Parameters

dataStructure  IDataElementStructure
The structure.
elements  IEnumerableDataElementMetadata
The list of elements.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure or elements is .
ArgumentExceptionelements is empty.
See Also