IRelationshipServiceUpdateRelationship Method (Guid, String, String, Guid, Guid, IEnumerableRelationshipKey) | 
 
            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.3.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: SystemGuid
The relationship ID. - name
 - Type: SystemString
The name. - description
 - Type: SystemString
The description. - structureId
 - Type: SystemGuid
The primary structure ID. - referencedStructureId
 - Type: SystemGuid
The referenced structure ID. - keys
 - Type: System.Collections.GenericIEnumerableRelationshipKey
The relationship keys. 
Return Value
Type: 
Boolean if the operation was successful; otherwise, 
.
Exceptions
See Also