Forum Discussion
Documentationt - TMSCHEMA_ROLE_MEMBERSHIPS - Value description
Hi Community,
I working on automatic documentation using DMV (such as Data Marc and Data gods did), and working on the role part, there is something I am wondering :
On the TMSCHEMA_ROLE_MEMBERSHIPS tables, what is the meaning of MemberType. Most of the time the value is 3.... but i do not know the meaning.
The official documentation does not go deep into this subject : MemberType meaning role membsehsips
Does any one know ?
Best
MemberType
3 Replies
- AnonymousNot applicable
Hi Olivierln,
Since I'm not so familiar with DMV, can you please share some more detail information about these? They should help us clarify your scenario and test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
- OlivierlnFrequent Visitor
Hi,
when querying the schema with the following sql
= AnalysisServices.Database( Server, DBName, [ Query = "Select [ID], [RoleID], [MemberName], [MemberID], IdentityProvider, MemberType, ModifiedTime from $SYSTEM.TMSCHEMA_ROLE_MEMBERSHIPS" ] )On the column MemberType, i do have an integer as a result
I would like to get the meaning of the id since this is not documented
Best Regards
Olivier