IRelationshipServiceDeleteRelationships Method (Guid) | 
 
            Deletes the relationships for the specified structure ID, irrespective of the 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(
	Guid structureId
)
Function DeleteRelationships ( 
	structureId As Guid
) As Boolean
bool DeleteRelationships(
	Guid structureId
)
abstract DeleteRelationships : 
        structureId : Guid -> bool 
Parameters
- structureId
 - Type: SystemGuid
The structure ID. 
Return Value
Type: 
Boolean if the operation was successful; otherwise, 
.
Exceptions
See Also