The control ID of an IDataSource that will be used as a data source for the Cube.
May be nearly any control supporting IDataSource that returns data in a table
form.
Syntax
| Visual Basic (Declaration) | |
|---|
<DescriptionAttribute("The control ID of an IDataSource that will be used as the data source for the cube. May be nearly any control supporting IDataSource that returns data in a table form.")>
Public Overrides Property DataSourceID As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As TOLAPCube
Dim value As String
instance.DataSourceID = value
value = instance.DataSourceID |
| C# | |
|---|
[DescriptionAttribute("The control ID of an IDataSource that will be used as the data source for the cube. May be nearly any control supporting IDataSource that returns data in a table form.")]
public override string DataSourceID {get; set;} |
| Managed Extensions for C++ | |
|---|
[DescriptionAttribute("The control ID of an IDataSource that will be used as the data source for the cube. May be nearly any control supporting IDataSource that returns data in a table form.")]
public: __property string* get_DataSourceID() override;
public: __property void set_DataSourceID(
string* value
) override; |
| C++/CLI | |
|---|
[DescriptionAttribute("The control ID of an IDataSource that will be used as the data source for the cube. May be nearly any control supporting IDataSource that returns data in a table form.")]
public:
property String^ DataSourceID {
String^ get() override;
void set ( String^ value) override;
} |
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