LightSwitch HTML Edition
EndUpdate Method






Restore automatic updates to the output table after the Olap view has been defined.
Syntax
'Declaration
 
Public Sub EndUpdate() 
'Usage
 
Dim instance As C1OlapEngine
 
instance.EndUpdate()
public void EndUpdate()
public procedure EndUpdate(); 
public function EndUpdate();
public: void EndUpdate(); 
public:
void EndUpdate(); 
Example
For a complete example, please refer to the BeginUpdate method documentation.
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