LightSwitch HTML Edition
C1OlapKey Class
Members 






Represents a combination of C1OlapField objects and their values.
Object Model
C1OlapKey Class
Syntax
'Declaration
 
Public Class C1OlapKey 
'Usage
 
Dim instance As C1OlapKey
public class C1OlapKey 
public class C1OlapKey 
public class C1OlapKey 
public __gc class C1OlapKey 
public ref class C1OlapKey 
Remarks

Each row and column on the output Olap table is defined by a unique C1OlapKey. The values in the table cells represent an aggregation of the value field for all items that match the row and column keys.

For example, if a column key is set to 'Country:UK;Customer:Joe' and the row key is set to 'Category:Desserts;Product:Pie', then the corresponding cell contains the aggregate for all items with the following properties: 'Country:UK;Customer:Joe;Category:Desserts;Product:Pie'.

Inheritance Hierarchy

System.Object
   C1.Olap.C1OlapKey

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

C1OlapKey Members
C1.Olap Namespace

Send Feedback