IRelationshipService.UpdateRelationship Method (Guid, String, String, Guid, Guid, IEnumerable<RelationshipKey>) |
Updates the relationship definition, irrespective of the check in status of the primary structure.
Namespace:
Dundas.BI.Data.Relationships
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxbool UpdateRelationship(
Guid relationshipId,
string name,
string description,
Guid structureId,
Guid referencedStructureId,
IEnumerable<RelationshipKey> keys
)
Function UpdateRelationship (
relationshipId As Guid,
name As String,
description As String,
structureId As Guid,
referencedStructureId As Guid,
keys As IEnumerable(Of RelationshipKey)
) As Boolean
bool UpdateRelationship(
Guid relationshipId,
String^ name,
String^ description,
Guid structureId,
Guid referencedStructureId,
IEnumerable<RelationshipKey>^ keys
)
abstract UpdateRelationship :
relationshipId : Guid *
name : string *
description : string *
structureId : Guid *
referencedStructureId : Guid *
keys : IEnumerable<RelationshipKey> -> bool
Parameters
- relationshipId
- Type: System.Guid
The relationship ID. - name
- Type: System.String
The name. - description
- Type: System.String
The description. - structureId
- Type: System.Guid
The primary structure ID. - referencedStructureId
- Type: System.Guid
The referenced structure ID. - keys
- Type: System.Collections.Generic.IEnumerable<RelationshipKey>
The relationship keys.
Return Value
Type:
Booleantrue if the operation was successful; otherwise,
false.
Exceptions
See Also