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




Set this property to True to activate the Cube.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Active As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TOLAPCube
Dim value As Boolean
 
instance.Active = value
 
value = instance.Active
C# 
public override bool Active {get; set;}
Managed Extensions for C++ 
public: __property bool get_Active() override;
public: __property void set_Active( 
   bool value
) override;
C++/CLI 
public:
property bool Active {
   bool get() override;
   void set (    bool value) override;
}

Remarks

Once a Cube is opened it reads all tables from the database and forms dimensions and measures.

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.