Forum Discussion
Clampazzo
Resolver I
2 years agoCan 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
Super User
2 years agoHi 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
Resolver I
2 years agoThat sounds like a possibl workaround... is there any documentation on how to do that?