LightSwitch HTML Edition
ColumnFields Property






Gets a list of C1OlapField objects that define the fields shown as columns in the output table.
Syntax
'Declaration
 
Public ReadOnly Property ColumnFields As C1OlapFieldList
'Usage
 
Dim instance As C1OlapEngine
Dim value As C1OlapFieldList
 
value = instance.ColumnFields
public C1OlapFieldList ColumnFields {get;}
public read-only property ColumnFields: C1OlapFieldList; 
public function get ColumnFields : C1OlapFieldList
public: __property C1OlapFieldList* get_ColumnFields();
public:
property C1OlapFieldList^ ColumnFields {
   C1OlapFieldList^ get();
}
Remarks
See the Fields property for details and an example.
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