IHierarchyServiceRemoveAttributeHierarchy Method (Guid, String, String, EntitySaveOptions) |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void RemoveAttributeHierarchy(
Guid entityId,
string hierarchy,
string attribute,
EntitySaveOptions entitySaveOptions
)
Sub RemoveAttributeHierarchy (
entityId As Guid,
hierarchy As String,
attribute As String,
entitySaveOptions As EntitySaveOptions
)
void RemoveAttributeHierarchy(
Guid entityId,
String^ hierarchy,
String^ attribute,
EntitySaveOptions^ entitySaveOptions
)
abstract RemoveAttributeHierarchy :
entityId : Guid *
hierarchy : string *
attribute : string *
entitySaveOptions : EntitySaveOptions -> unit
Parameters
- entityId
- Type: SystemGuid
The hierarchy parent entity. - hierarchy
- Type: SystemString
The unique name of the hierarchy. - attribute
- Type: SystemString
The unique name of the attribute hierarchy. - entitySaveOptions
- Type: Dundas.BI.EntitiesEntitySaveOptions
The entity save options.
Exceptions See Also