Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IDmDataSource interface is used to work with a data mining data source.
IDmDataSource
This class is a base one. To set up source specific parameters, cast IDmDataSource to one of the following interfaces:
IDmReportDataSource. Data source is a regular report.
IDmTableDataSource. Data source is a table.
Property name |
Brief description | |
The Caption property determines the data source title. | ||
The DataInColumns property determines whether data is located in the columns. | ||
The Field property returns specified data source field. | ||
The FieldCount property returns the number of fields in the data source. | ||
Outdated. Use IDmDataSource.Field. | ||
The Item property returns value of the specified field from the data source. | ||
The ReadOnly property determines whether data source data is read-only | ||
The RecordCount property returns the number of records in the data source. | ||
The SupportsEdit property determines whether data source supports editing |
Method name |
Brief description | |
The AddResultColumn method adds the column, containing analysis results. | ||
The AddResultRows method adds rows, containing analysis results. | ||
The CopyFrom method copies the specified data source. | ||
The Save method saves a data source |
See also: