IRelationshipServiceDeleteRelationship(IStructure, IStructure, Guid) Method |
Deletes the relationships between the specified primary structure and the specified referenced structure ID, using the current checked out status.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 IStructure
- The data structure.
- referencedStructure IStructure
- The referenced data structure.
- relationshipId Guid
- The relationship ID.
Return Value
Boolean if the operation was successful; otherwise,
.
Exceptions
See Also