I know you can get metadata and schema info from relational stores in Microsoft SQL Server 2005+ via:
我知道您可以通过以下方式从Microsoft SQL Server 2005+中的关系存储获取元数据和架构信息:
What is the equivalent of this in Microsoft Analysis Services?
Microsoft Analysis Services中的相应内容是什么?
1 个解决方案
#1
You can use an XLMA Discover query to retrieve schema information about a cube. Also, the AMO (Analysis Management Objects) API has an object model that allows you to query cube metadata through a .Net client. Behind the scenes it sends XMLA commands to the OLAP server.
您可以使用XLMA Discover查询来检索有关多维数据集的架构信息。此外,AMO(分析管理对象)API具有一个对象模型,允许您通过.Net客户端查询多维数据集元数据。在幕后,它将XMLA命令发送到OLAP服务器。
#1
You can use an XLMA Discover query to retrieve schema information about a cube. Also, the AMO (Analysis Management Objects) API has an object model that allows you to query cube metadata through a .Net client. Behind the scenes it sends XMLA commands to the OLAP server.
您可以使用XLMA Discover查询来检索有关多维数据集的架构信息。此外,AMO(分析管理对象)API具有一个对象模型,允许您通过.Net客户端查询多维数据集元数据。在幕后,它将XMLA命令发送到OLAP服务器。