DataCubeRemoveElementPrivileges Method

Removes privileges on the data cube for a specific element.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public void RemoveElementPrivileges(
	string elementUniqueName
)

Parameters

elementUniqueName
Type: SystemString
The element unique name to remove privileges for.
Exceptions
ExceptionCondition
NotFoundExceptionOccurs when an element cannot be found for the one of the privileges provided.
See Also