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




The event fires right after the database has been read.

Syntax

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

Remarks

Handle this event handler in case there's something that should be done after the entire database has been read. For example, you might want to search for some data schema specific objects like data tables, data field, etc. in order to use them afterwards. You can also make use of this event to retrieve some data from the tables (for example, pictures stored in the database).

By the moment the event handler is called on, all tables from the data schema are already read into memory and initialized. The event handler takes a single parameter of the TAfterReadDatabaseArgs class.

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.