IRelationshipServiceGetStructureElements Method

Gets the data structure elements to be used in generating relationship keys.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IReadOnlyCollection<IElement> GetStructureElements(
	Guid structureId
)

Parameters

structureId
Type: SystemGuid
The structure ID.

Return Value

Type: IReadOnlyCollectionIElement
The list of IElement.
Exceptions
ExceptionCondition
ArgumentExceptionstructureId is Empty.
NotFoundExceptionstructureId does not exist.
NoPrivilegeExceptionThe caller does not have permission to access the structure referenced by structureId.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also