IRelationshipService.GetStructureElements 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 (25.1.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
- Type: System.Guid
The structure ID.
Return Value
Type:
IReadOnlyCollection<IElement>The list of
IElement.
Exceptions
See Also