IRelationshipServiceUpdateRelationships Method |
Updates the relationship definitions, and preserves all other stored definitions.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool UpdateRelationships(
IStructure dataStructure,
IEnumerable<Relationship> relationships
)
Function UpdateRelationships (
dataStructure As IStructure,
relationships As IEnumerable(Of Relationship)
) As Boolean
bool UpdateRelationships(
IStructure^ dataStructure,
IEnumerable<Relationship^>^ relationships
)
abstract UpdateRelationships :
dataStructure : IStructure *
relationships : IEnumerable<Relationship> -> bool Parameters
- dataStructure IStructure
- The primary data structure.
- relationships IEnumerableRelationship
- The relationship collection.
Return Value
Boolean if the operation was successful; otherwise,
.
Exceptions
See Also