DataCubeAnonymizeHierarchyMembers Method

Configures the corresponding implicit hierarchy for member anonymization, for legal or security reasons.

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

Parameters

analysisElement  IAnalysisElement
The analysis element.
Exceptions
ExceptionCondition
ArgumentNullExceptionanalysisElement is .
ArgumentExceptionThe specified analysisElement is not a valid target for this operation.
See Also