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