Returns a semicolon delimited list of UDA's for the specified member.
@MbrUDAs(<MemberName>, [<AliasTable>], [<ConnectionID>], [<DefaultValue>], [<UseCache>])
| Argument Name | Description |
|---|---|
| AliasTable | Optional (default is the view's AliasTable); The alias table to use. |
| ConnectionID | Optional (defaults to view's connection); The ID of the Essbase connection. |
| DefaultValue | Optional (default is an empty string); The value to use if not found. |
| MemberName | The member specified can be an alias or a member name. |
| UseCache | Optional (default is true); Indicates whether the UDAs should be returned from the session cache, if contained in the cache, or retrieved from the database. |