ExcelDataSourceModel Properties
Accumulates intermediate Excel data source settings during the execution of the Data Source Wizard.| Name | Description |
|---|---|
| DataSchema | Specifies the data source schema. Inherited from DataSourceModelBase. |
| FileName | Specifies the name of the selected Excel file. |
| Schema | Specifies a collection of Excel fields selected on a wizard page to be used. |
| ShouldSavePassword | Specifies whether to save a password used to open a password protected Excel file. |
| SourceOptions | Specifies options used to extract data form the selected Excel file. |
See Also