Action
CubeConnectNI
Description
Tries to connect to the cube set by one of the Open... properties. If the properties are not set, then no connection is made.
Examples
with Cube1
.OpenCube = "c:\OLAP_CUBES_DIR\gs3.cub"
if .doAction("ConnectCubeNI") = True then
msgBox "Successful connection"
end if
end with
Example Explanation
Connects to the gs3.cub file.
See also
OpenServer
Open a cube located in MS Analysis Services
OpenFile
Open a local cube file
OpenView
Open a local cube view
OpenWWWDir
Open a cube file or cube view located on a web server
Notes
If no property is set, no cube connection is made.