IHierarchyServiceRemoveAttributeHierarchy(Guid, String, String, EntitySaveOptions) Method |
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid 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 Guid
- The hierarchy parent entity.
- hierarchy String
- The unique name of the hierarchy.
- attribute String
- The unique name of the attribute hierarchy.
- entitySaveOptions EntitySaveOptions
- The entity save options.
Exceptions
See Also