SSAS XMLA DISCOVER: how to get list of roles in SSAS database
问题 I am trying to get a list of roles existing in an SSAS DB using XMLA. I need only roles, not other information. I know there is a <RequestType>DISCOVER_XML_METADATA</RequestType> : <Discover xmlns="urn:schemas-microsoft-com:xml-analysis"> <RequestType>DISCOVER_XML_METADATA</RequestType> <Restrictions> <RestrictionList xmlns="urn:schemas-microsoft-com:xml-analysis"> <DatabaseID>SSAS_DB_ID</DatabaseID> </RestrictionList> </Restrictions> <Properties> <PropertyList> </PropertyList> </Properties>