Forum Discussion
Clampazzo
2 years agoResolver I
Can I add a role for RLS Using XMLA Endpiont and C#?
I have managed to create a new semantic model using XMLA Endpoint and C# but now I need to be able to create Roles for RLS using the same method. Is this allowed? And if so How can I go about doing...
GilbertQ
2 years agoSuper User
Hi Clampazzo
One option might be to script after the database after you have created the roles. You can then use this script to reapply to other app workspaces with the roles as part of the script.
Clampazzo
2 years agoResolver I
That sounds like a possibl workaround... is there any documentation on how to do that?