BIAnalysisServicesProjectController.importAnalysisServicesProject Method [AX 2012]

Imports the Analysis Services project with the supplied file name into the Analysis Services Projects node.

Syntax

public VSProjectNode importAnalysisServicesProject([Filename filename])

Run On

Called

Parameters

Return Value

Type: VSProjectNode Class
The newly created or modified VSProjectNode object.

Remarks

If the file name parameter is left empty the WinAPI::getOpenFileName method is called and the user is prompted to select the file to import.

See Also

Reference

BIAnalysisServicesProjectController Class