IRelationshipServiceUpdateRelationship(Relationship) Method |
Updates the relationship definition and preserve all other stored definitions, 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(
Relationship relationship
)
Function UpdateRelationship (
relationship As Relationship
) As Boolean
bool UpdateRelationship(
Relationship^ relationship
)
abstract UpdateRelationship :
relationship : Relationship -> bool Parameters
- relationship Relationship
- The relationship.
Return Value
Boolean if the operation was successful; otherwise,
.
Exceptions
See Also