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