IRelationshipServiceDeleteRelationships Method (IStructure)

Deletes the relationships for the specified data structure, using its current checked out status.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool DeleteRelationships(
	IStructure dataStructure
)

Parameters

dataStructure
Type: Dundas.BI.Data.MetadataIStructure
The data structure.

Return Value

Type: Boolean
if the operation was successful; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also