IRelationshipService.DeleteRelationship Method (Guid, Guid, Guid) |
Deletes the specified relationship 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 (25.1.0.1000)
Syntaxbool DeleteRelationship(
Guid structureId,
Guid referencedStructureId,
Guid relationshipId
)
Function DeleteRelationship (
structureId As Guid,
referencedStructureId As Guid,
relationshipId As Guid
) As Boolean
bool DeleteRelationship(
Guid structureId,
Guid referencedStructureId,
Guid relationshipId
)
abstract DeleteRelationship :
structureId : Guid *
referencedStructureId : Guid *
relationshipId : Guid -> bool
Parameters
- structureId
- Type: System.Guid
The structure ID. - referencedStructureId
- Type: System.Guid
The referenced structure ID. - relationshipId
- Type: System.Guid
The relationship ID.
Return Value
Type:
Booleantrue if the operation was successful; otherwise,
false.
Exceptions
See Also