DataCubeUpdateElementPrivileges Method |
Updates element privileges on the data cube.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void UpdateElementPrivileges(
string elementUniqueName,
DataPrivilege privilege
)
Public Sub UpdateElementPrivileges (
elementUniqueName As String,
privilege As DataPrivilege
)
public:
void UpdateElementPrivileges(
String^ elementUniqueName,
DataPrivilege^ privilege
)
member UpdateElementPrivileges :
elementUniqueName : string *
privilege : DataPrivilege -> unit Parameters
- elementUniqueName String
- The element unique name to add privileges for.
- privilege DataPrivilege
- The DataPrivilege to add to the data cube for the element specified.
Exceptions| Exception | Condition |
|---|
| NotFoundException | Occurs when an element cannot be found for the one of the privileges provided. |
See Also