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
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