Version

ICube Interface

The ICube interface represents an OLAP cube that holds a multi dimensional representation of a flat data set. A cube is analogous to a table in a relational database. Where a table in a relational database has two dimensions, a cube can have any number of dimensions. In its simplest form, the dimensions of a cube correspond to a field of the flat data set.
Syntax
'Declaration
 
Public Interface ICube 
   Inherits IOlapElement 
public interface ICube : IOlapElement  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also