IMetricSetServiceAddElement Method |
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax AnalysisElementUsage AddElement(
MetricSet metricSet,
Guid parentId,
string elementName,
PlacementPosition placement,
string levelUniqueName
)
Function AddElement (
metricSet As MetricSet,
parentId As Guid,
elementName As String,
placement As PlacementPosition,
levelUniqueName As String
) As AnalysisElementUsage
AnalysisElementUsage^ AddElement(
MetricSet^ metricSet,
Guid parentId,
String^ elementName,
PlacementPosition placement,
String^ levelUniqueName
)
abstract AddElement :
metricSet : MetricSet *
parentId : Guid *
elementName : string *
placement : PlacementPosition *
levelUniqueName : string -> AnalysisElementUsage
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The MetricSet to add the element to. - parentId
- Type: SystemGuid
The ID of the element parent structure. - elementName
- Type: SystemString
The name of the element (column/measure/hierarchy) to add. - placement
- Type: Dundas.BI.Entities.MetricSetsPlacementPosition
The element placement position. - levelUniqueName
- Type: SystemString
The optional unique name for hierarchy level, when the specified element is a hierarchy.
Return Value
Type:
AnalysisElementUsageThe added usage element.
Exceptions See Also