PropertyOpenServer
OpenUser
OpenPassword
OpenDb
OpenCube
DescriptionSets the parameters to connect to a cube on a Microsoft Analysis Services or OLAP Services database.
TypeCharacter string
Values
DefaultLeave empty all of this parameters
Examples
CodeCube1.OpenServer = "OLAP_SERVER"
Cube1.OpenUser = "User"
Cube1.OpenPassword = "Pwd"
Cube1.OpenDB = "FoodMart 2000"
Cube1.OpenCube = "Sales"
HTML<PARAM NAME="OpenServer" VALUE="OLAP_SERVER">
<PARAM NAME="OpenUser" VALUE="User">
<PARAM NAME="OpenPassword" VALUE="Pwd">
<PARAM NAME="OpenDB" VALUE="FoodMart 2000">
<PARAM NAME="OpenCube" VALUE="Sales">
See also
OpenFileOpen a local cube file
OpenViewOpen a local cube view
OpenWWWDirOpen a cube, view or portfolio located on a web server
OpenPortfolioOpen a local cube portfolio
NotesYour can connect only to one cube at a time.
The Control will try the following parameters in this order: OpenView, OpenFile, OpenWWWDir and OpenServer and OpenPortfolio until one is not empty.