IRelationshipServiceGetDirectionalRelationships Method |
Gets the relationships between the specified primary structure and the specified referenced structure.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIReadOnlyCollection<Relationship> GetDirectionalRelationships(
Guid structureId,
Guid referencedStructureId
)
Function GetDirectionalRelationships (
structureId As Guid,
referencedStructureId As Guid
) As IReadOnlyCollection(Of Relationship)
IReadOnlyCollection<Relationship^>^ GetDirectionalRelationships(
Guid structureId,
Guid referencedStructureId
)
abstract GetDirectionalRelationships :
structureId : Guid *
referencedStructureId : Guid -> IReadOnlyCollection<Relationship> Parameters
- structureId Guid
- The primary structure ID.
- referencedStructureId Guid
- The referenced structure ID.
Return Value
IReadOnlyCollectionRelationshipThe list of relationships.
Exceptions
See Also