IRelationshipServiceGetRelationships Method (Guid, Int64) |
Gets all the relationships where the specified structure is either the primary structure or the referenced one.
For primary structure relationships retrieved according to the provided revision.
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<Relationship> GetRelationships(
Guid structureId,
long revision
)
Function GetRelationships (
structureId As Guid,
revision As Long
) As IReadOnlyCollection(Of Relationship)
IReadOnlyCollection<Relationship^>^ GetRelationships(
Guid structureId,
long long revision
)
abstract GetRelationships :
structureId : Guid *
revision : int64 -> IReadOnlyCollection<Relationship>
Parameters
- structureId
- Type: SystemGuid
The structure ID. - revision
- Type: SystemInt64
The structure revision.
Return Value
Type:
IReadOnlyCollectionRelationshipThe list of relationships.
Exceptions See Also