LightSwitch HTML Edition
OlapTable Property






Gets the System.Data.DataTable that contains the output of the Olap analysis.
Syntax
'Declaration
 
Public ReadOnly Property OlapTable As System.Data.DataTable
'Usage
 
Dim instance As C1OlapEngine
Dim value As System.Data.DataTable
 
value = instance.OlapTable
public System.Data.DataTable OlapTable {get;}
public read-only property OlapTable: System.Data.DataTable; 
public function get OlapTable : System.Data.DataTable
public: __property System.Data.DataTable* get_OlapTable();
public:
property System.Data.DataTable^ OlapTable {
   System.Data.DataTable^ get();
}
Requirements

Target Platforms: Windows 7, 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

Reference

C1OlapEngine Class
C1OlapEngine Members

Send Feedback