IHierarchyServiceSetupAttributeHierarchy(Guid, String, String, String) 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
)
Function SetupAttributeHierarchy (
entityId As Guid,
hierarchy As String,
level As String,
attribute As String
) As AttributeHierarchy
AttributeHierarchy^ SetupAttributeHierarchy(
Guid entityId,
String^ hierarchy,
String^ level,
String^ attribute
)
abstract SetupAttributeHierarchy :
entityId : Guid *
hierarchy : string *
level : string *
attribute : string -> 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.
Return Value
AttributeHierarchyThe attribute hierarchy.
Exceptions
See Also