简体   繁体   中英

How to obtain a list of all cube's translations?

I want to get a list of meta-data translations for our cube (measure groups + dimensions). I've tried a MDX query in Management Studio:

SELECT *
FROM $system.MDSchema_hierarchies
WHERE [CUBE_NAME]  ='DWH OLAP'

But can't see there any translation column. Any help would be appreciated. Thanks in advance.

Unfortunately, there is no Translation information at SSAS Management Views. You have to use Microsoft AMO for that, writing a program on .NET. Please find a code sample doing almost your task, and Microsoft Documentation on AMO.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM