Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.91 KB

view-the-xml-for-an-analysis-services-project-ssdt.md

File metadata and controls

31 lines (22 loc) · 1.91 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
View the XML for an Analysis Services Project | Microsoft Docs
View the XML definition for each object within the Analysis Services project folder by using SQL Server Data Tools.
05/02/2018
analysis-services
multidimensional-models
conceptual
kfollis
kfollis
kfollis

View the XML for an Analysis Services Project

[!INCLUDEappliesto-sqlas] When you are working with an [!INCLUDEssASnoversion] database in project mode, [!INCLUDEssBIDevStudioFull] creates an XML definition for each object within the project folder. You can view the contents of the XML file for each object within [!INCLUDEssBIDevStudioFull]. You can also edit the XML file directly; however, this is not recommended in most circumstances as you may make changes that make the XML unreadable by [!INCLUDEssBIDevStudioFull].

Note

You cannot view the xml code for an entire project, but rather you view the code for each object because a separate file exists for each object. The only way to view the code for an entire project is to build the project and view the ASSL code in the <project name>.asdatabase file.

To view the XML code for an object

  1. Open the [!INCLUDEssASnoversion] project in [!INCLUDEssBIDevStudioFull].

  2. Right-click the object in Solution Explorer and then click View Code.

    The XML code for the object appears in [!INCLUDEssBIDevStudioFull].

See Also

Build Analysis Services Projects (SSDT)