| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeReadFactTable As TBeforeReadFactTableEvent | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TOLAPCube Dim handler As TBeforeReadFactTableEvent AddHandler instance.BeforeReadFactTable, handler | |
| C# | |
|---|---|
public event TBeforeReadFactTableEvent BeforeReadFactTable | |
| Managed Extensions for C++ | |
|---|---|
public: __event TBeforeReadFactTableEvent* BeforeReadFactTable | |
| C++/CLI | |
|---|---|
public: event TBeforeReadFactTableEvent^ BeforeReadFactTable | |
The event can be used to create a window with a custom progress bar illustrating the reading process.
The event handler accepts only one parameter of TBeforeReadFactTableArgs type. See the description of the TBeforeReadFactTableArgs class for details.
In this event you can set the frequency the OnReadFactTable event will be fired with while the fact table is being read. To change that frequency set Args.EventFrequency paremeter to the appropriate value. The default value is 1, that means the OnReadFactTable event will be fired after every single record is read.
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