LightSwitch HTML Edition
IsViewDefined Property






Gets a value that determines whether an Olap view is currently defined.
Syntax
'Declaration
 
Public ReadOnly Property IsViewDefined As System.Boolean
'Usage
 
Dim instance As C1OlapEngine
Dim value As System.Boolean
 
value = instance.IsViewDefined
public System.bool IsViewDefined {get;}
public read-only property IsViewDefined: System.Boolean; 
public function get IsViewDefined : System.boolean
public: __property System.bool get_IsViewDefined();
public:
property System.bool IsViewDefined {
   System.bool get();
}
Remarks
An Olap view is defined if the ValueFields list is not empty and either the RowFields or ColumnFields lists are not empty.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapEngine Class
C1OlapEngine Members

Send Feedback