IRelationshipServiceGetRelationships(Guid, Int64) Method |
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.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIReadOnlyCollection<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 Guid
- The structure ID.
- revision Int64
- The structure revision.
Return Value
IReadOnlyCollectionRelationshipThe list of relationships.
Exceptions
See Also