IRelationshipServiceGetStructureElements Method |
Gets the data structure elements to be used in generating relationship keys.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIReadOnlyCollection<IElement> GetStructureElements(
Guid structureId
)
Function GetStructureElements (
structureId As Guid
) As IReadOnlyCollection(Of IElement)
IReadOnlyCollection<IElement^>^ GetStructureElements(
Guid structureId
)
abstract GetStructureElements :
structureId : Guid -> IReadOnlyCollection<IElement> Parameters
- structureId Guid
- The structure ID.
Return Value
IReadOnlyCollectionIElementThe list of
IElement.
Exceptions
See Also