LightSwitch HTML Edition
DataSource Property






Gets or sets the object that contains data to be analyzed.
Syntax
'Declaration
 
Public Property DataSource As System.Collections.IEnumerable
'Usage
 
Dim instance As C1OlapEngine
Dim value As System.Collections.IEnumerable
 
instance.DataSource = value
 
value = instance.DataSource
public System.Collections.IEnumerable DataSource {get; set;}
public read-write property DataSource: System.Collections.IEnumerable; 
public function get,set DataSource : System.Collections.IEnumerable
public: __property System.Collections.IEnumerable* get_DataSource();
public: __property void set_DataSource( 
   System.Collections.IEnumerable* value
);
public:
property System.Collections.IEnumerable^ DataSource {
   System.Collections.IEnumerable^ get();
   void set (    System.Collections.IEnumerable^ value);
}
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