IRelationshipServiceUpdateRelationship(Guid, String, String, Guid, Guid, IEnumerableRelationshipKey, JoinOperation) Method |
Updates the relationship definition, irrespective of the check in status of the primary structure.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool UpdateRelationship(
Guid relationshipId,
string? name,
string? description,
Guid structureId,
Guid referencedStructureId,
IEnumerable<RelationshipKey> keys,
JoinOperation joinOperation
)
Function UpdateRelationship (
relationshipId As Guid,
name As String,
description As String,
structureId As Guid,
referencedStructureId As Guid,
keys As IEnumerable(Of RelationshipKey),
joinOperation As JoinOperation
) As Boolean
bool UpdateRelationship(
Guid relationshipId,
String^ name,
String^ description,
Guid structureId,
Guid referencedStructureId,
IEnumerable<RelationshipKey>^ keys,
JoinOperation joinOperation
)
abstract UpdateRelationship :
relationshipId : Guid *
name : string *
description : string *
structureId : Guid *
referencedStructureId : Guid *
keys : IEnumerable<RelationshipKey> *
joinOperation : JoinOperation -> bool Parameters
- relationshipId Guid
- The relationship ID.
- name String
- The name.
- description String
- The description.
- structureId Guid
- The primary structure ID.
- referencedStructureId Guid
- The referenced structure ID.
- keys IEnumerableRelationshipKey
- The relationship keys.
- joinOperation JoinOperation
- The join operation for this relationship.
Return Value
Boolean if the operation was successful; otherwise,
.
Exceptions
See Also