IRelationshipServiceDeleteRelationship Method (IStructure, IStructure, Guid) | 
 
            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 DeleteRelationship(
	IStructure dataStructure,
	IStructure referencedStructure,
	Guid relationshipId
)
Function DeleteRelationship ( 
	dataStructure As IStructure,
	referencedStructure As IStructure,
	relationshipId As Guid
) As Boolean
bool DeleteRelationship(
	IStructure^ dataStructure, 
	IStructure^ referencedStructure, 
	Guid relationshipId
)
abstract DeleteRelationship : 
        dataStructure : IStructure * 
        referencedStructure : IStructure * 
        relationshipId : Guid -> bool 
Parameters
- dataStructure
 - Type: Dundas.BI.Data.MetadataIStructure
The data structure. - referencedStructure
 - Type: Dundas.BI.Data.MetadataIStructure
The referenced data structure. - relationshipId
 - Type: SystemGuid
The relationship ID. 
Return Value
Type: 
Boolean if the operation was successful; otherwise, 
.
Exceptions
See Also