IRelationshipServiceDeleteRelationships(IStructure) Method |
Deletes the relationships for the specified data structure, using its 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 DeleteRelationships(
IStructure dataStructure
)
Function DeleteRelationships (
dataStructure As IStructure
) As Boolean
bool DeleteRelationships(
IStructure^ dataStructure
)
abstract DeleteRelationships :
dataStructure : IStructure -> bool Parameters
- dataStructure IStructure
- The data structure.
Return Value
Boolean if the operation was successful; otherwise,
.
Exceptions
See Also