LightSwitch HTML Edition
OlapEngine Property






Gets the C1OlapEngine that owns this field.
Syntax
'Declaration
 
Public ReadOnly Property OlapEngine As C1OlapEngine
'Usage
 
Dim instance As C1OlapField
Dim value As C1OlapEngine
 
value = instance.OlapEngine
public C1OlapEngine OlapEngine {get;}
public read-only property OlapEngine: C1OlapEngine; 
public function get OlapEngine : C1OlapEngine
public: __property C1OlapEngine* get_OlapEngine();
public:
property C1OlapEngine^ OlapEngine {
   C1OlapEngine^ 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

C1OlapField Class
C1OlapField Members

Send Feedback