IRelationshipServiceDeleteRelationships Method (IStructure, IStructure) | 
 
            Deletes the relationships between the specified primary structure and the specified referenced structure ID, using 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,
	IStructure referencedStructure
)
Function DeleteRelationships ( 
	dataStructure As IStructure,
	referencedStructure As IStructure
) As Boolean
bool DeleteRelationships(
	IStructure^ dataStructure, 
	IStructure^ referencedStructure
)
abstract DeleteRelationships : 
        dataStructure : IStructure * 
        referencedStructure : IStructure -> bool 
Parameters
- dataStructure
 - Type: Dundas.BI.Data.MetadataIStructure
The data structure. - referencedStructure
 - Type: Dundas.BI.Data.MetadataIStructure
The referenced data structure. 
Return Value
Type: 
Boolean if the operation was successful; otherwise, 
.
Exceptions
See Also