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 (25.3.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: SystemGuid
The structure ID. 
Return Value
Type: 
IReadOnlyCollectionIElementThe list of 
IElement.
Exceptions
See Also