DataCubeStopAnonymizingHierarchyMembers Method

Reverses the member anonymization for the corresponding implicit hierarchy.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public void StopAnonymizingHierarchyMembers(
	IAnalysisElement analysisElement
)

Parameters

analysisElement
Type: Dundas.BI.Data.MetadataIAnalysisElement
The analysis element.
Exceptions
ExceptionCondition
ArgumentNullExceptionanalysisElement is .
ArgumentExceptionThe specified analysisElement is not a valid target for this operation.
See Also