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)
Syntaxpublic void RemoveElementPrivileges(
string elementUniqueName
)
Public Sub RemoveElementPrivileges (
elementUniqueName As String
)
public:
void RemoveElementPrivileges(
String^ elementUniqueName
)
member RemoveElementPrivileges :
elementUniqueName : string -> unit
Parameters
- elementUniqueName
- Type: SystemString
The element unique name to remove privileges for.
Exceptions| Exception | Condition |
|---|
| NotFoundException | Occurs when an element cannot be found for the one of the privileges provided. |
See Also