Use this method to connect to a MS OLAP cube.
Errors will be raised for invalid parameters. Use prior to retrieving a
cube specific property.
object.ConnectCube [Server], [Database], [Cube]
Server
MS OLAP Services Server Name
Database
OLAP Database Name
Cube
Cube Name
ProcessCube
This obviously processes the cube. If connection
has not been made, it will be done now using ConnectCube method internally.
In addition the processing type can be specified.
This obviously processes a shared dimension. If connection
has not been made, it will be done now using ConnectDimension method internally.
In addition the processing type can be specified.
Used to process all shared dimensions within a database. This
interrogates the database to find all shared dimensions. The ProcessDimension method is called internally for each dimension found.
The processing type specified will be applied to all dimensions found.
Use this method to close the connection with the server, but not destroy the object.
object.UnInitialize
Properties
Cube
Returns or sets the Cube name for the object. (Not validated until required by a method)
object.Cube [=value]
DataType
String
Modifiable
Read/Write
Database
Returns or sets the Database name for the object. (Not validated until required by a method)
object.Database [=value]
DataType
String
Modifiable
Read/Write
Dimension
Returns or sets the current database dimension for the object. (Not validated until required by a method)
object.Dimension
DataType
String
Modifiable
Read/Write
LastProcessed
Returns the date and time the cube/dimension
was last processed.
object.LastProcessed
DataType
Date Time
Modifiable
Read Only
ProcessDuration
Returns the time taken to process the cube/dimension(s).
Only available after ProcessCube, ProcessDimension, or ProcessAllDimensions has been executed, otherwise returns zero.
object.ProcessDuration
DataType
Date Time
Modifiable
Read Only
ProcessType
Returns or sets the process type for the object. Must be a valid processType.