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