DataCubeUpdateElementPrivileges Method

Updates element privileges on the data cube.

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 UpdateElementPrivileges(
	string elementUniqueName,
	DataPrivilege privilege
)

Parameters

elementUniqueName
Type: SystemString
The element unique name to add privileges for.
privilege
Type: Dundas.BI.Data.MetadataDataPrivilege
The DataPrivilege to add to the data cube for the element specified.
Exceptions
ExceptionCondition
NotFoundExceptionOccurs when an element cannot be found for the one of the privileges provided.
See Also