BIAnalysisServicesProjectController.getXmlNamespaceManager Method [AX 2012]

Builds the XmlNamespaceManager object for the specified Analysis Services project file.

Syntax

private XmlNamespaceManager getXmlNamespaceManager(XmlDocument xmlDocument)

Run On

Called

Parameters

  • xmlDocument
    Type: XmlDocument Class
    The XmlDocument object that contains the Analysis Services project file

Return Value

Type: XmlNamespaceManager Class
The XmlNamespaceManager object.

See Also

Reference

BIAnalysisServicesProjectController Class