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)
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
- 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| Exception | Condition |
|---|
| NotFoundException | Occurs when an element cannot be found for the one of the privileges provided. |
See Also