IRelationshipServiceDeleteRelationships(IStructure, IStructure, RelationshipCategory) Method |
Deletes the relationships between the primary data structure and the specified referenced structure, using the specified category and the current checked out status.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool DeleteRelationships(
IStructure dataStructure,
IStructure referencedStructure,
RelationshipCategory category
)
Function DeleteRelationships (
dataStructure As IStructure,
referencedStructure As IStructure,
category As RelationshipCategory
) As Boolean
bool DeleteRelationships(
IStructure^ dataStructure,
IStructure^ referencedStructure,
RelationshipCategory category
)
abstract DeleteRelationships :
dataStructure : IStructure *
referencedStructure : IStructure *
category : RelationshipCategory -> bool Parameters
- dataStructure IStructure
- The data structure.
- referencedStructure IStructure
- The referenced structure.
- category RelationshipCategory
- The relationship category.
Return Value
Boolean if the operation was successful; otherwise,
.
Exceptions
See Also