RadarSoft.RadarCube.Web.MSAS Send comments on this topic.
OnReadFactTable Event
See Also 
RadarSoft.RadarCube.Web Namespace > TOLAPCube Class : OnReadFactTable Event




The event is fired every time when a specified number of records have been read from the fact table.

Syntax

Visual Basic (Declaration) 
Public Event OnReadFactTable As TOnReadFactTableEvent
Visual Basic (Usage)Copy Code
Dim instance As TOLAPCube
Dim handler As TOnReadFactTableEvent
 
AddHandler instance.OnReadFactTable, handler
C# 
public event TOnReadFactTableEvent OnReadFactTable
Managed Extensions for C++ 
public: __event TOnReadFactTableEvent* OnReadFactTable
C++/CLI 
public:
event TOnReadFactTableEvent^ OnReadFactTable

Remarks

Use this event to update your progress bar created in BeforeReadFactTable event. The event handler accepts a single parameter of TOnReadFactTableArgs type.

By default the event is fired every time after a record has been read from the fact table. However that may be changed in BeforeReadFactTable event.

See TOnReadFactTableArgs for details.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 Radar-Soft, L.L.C. All Rights Reserved.