IHierarchyServiceSetupAttributeHierarchy(Guid, String, 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)
SyntaxAttributeHierarchy SetupAttributeHierarchy(
Guid entityId,
string hierarchy,
string level,
string attribute,
EntitySaveOptions entitySaveOptions
)
Function SetupAttributeHierarchy (
entityId As Guid,
hierarchy As String,
level As String,
attribute As String,
entitySaveOptions As EntitySaveOptions
) As AttributeHierarchy
AttributeHierarchy^ SetupAttributeHierarchy(
Guid entityId,
String^ hierarchy,
String^ level,
String^ attribute,
EntitySaveOptions^ entitySaveOptions
)
abstract SetupAttributeHierarchy :
entityId : Guid *
hierarchy : string *
level : string *
attribute : string *
entitySaveOptions : EntitySaveOptions -> AttributeHierarchy Parameters
- entityId Guid
- The hierarchy parent entity.
- hierarchy String
- The unique name of the hierarchy.
- level String
- The unique name of the hierarchy level.
- attribute String
- The name of the attribute element.
- entitySaveOptions EntitySaveOptions
- The entity save options.
Return Value
AttributeHierarchyThe attribute hierarchy.
Exceptions
See Also