C1.Olap Namespace > C1OlapEngine Class : FilterFields Property |
'Declaration
Public ReadOnly Property FilterFields As C1OlapFieldList
'Usage
Dim instance As C1OlapEngine Dim value As C1OlapFieldList value = instance.FilterFields
public C1OlapFieldList FilterFields {get;}
public read-only property FilterFields: C1OlapFieldList;
public function get FilterFields : C1OlapFieldList
public: __property C1OlapFieldList* get_FilterFields();
public: property C1OlapFieldList^ FilterFields { C1OlapFieldList^ get(); }
Fields in this list do not appear in the output table, but are still used for filtering the input data.
See the Fields property for details and an example.
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