在 Microsoft.AnalysisServices.Xmla 上自动部署 XMLA/文档
我正在寻求自动化 XMLA 脚本的部署。 我遇到过 一篇文章提供了一个小型演示,但我希望找到更多信息。
具体来说,Microsoft.AnalysisServices.Xmla.XmlaClient
的文档在哪里?覆盖 XMLA 脚本中嵌入的数据库和连接值的最佳方法是什么?
I'm looking to automate the deployment of XMLA scripts. I've come across an article that gives a small demo, but I'm hoping to find more info.
Specifically, where is the documentation for Microsoft.AnalysisServices.Xmla.XmlaClient
and what is the best approach for overridding the database and connection values that are embedded in the XMLA script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
显然,Microsoft.AnalysisServices.Xmla.XmlaClient 是一个未记录的库,实际上是 Management Studio 的一部分,并且不可重新分发。 我认为使用 Jason 的建议之一或 AMO 库是您唯一的方法。
Apparently Microsoft.AnalysisServices.Xmla.XmlaClient is an undocumented library that is actually part of Management Studio and is not re-distributable. I think that using one of Jason's suggestions or the AMO library are your only approaches.
我假设您只是尝试部署分析服务多维数据集。 该实用程序具有命令行开关,可以支持不同目标的配置
Analysis Services 部署向导
如果需要添加更多自定义项,您可以始终使用 xslt、powershell 或 .net 处理生成的 xml 文件
ascmd.exe 也可以运行 xmla 脚本:
ascmd.exe 命令行实用程序< /a>
I assume you are just trying to deploy the analysis service cube. This utility has commandline switches and can suport configuration for different targets
Analysis Services Deployment Wizard
If you need to add further customizations, you can always process the resulting xml files with either xslt, powershell, or .net
ascmd.exe can also run xmla scripts:
ascmd.exe commandlline utility