IExcelDataSourceModel Members
If implemented, accumulates intermediate Excel data source settings during the execution of the Data Source Wizard.Properties
| Name | Description |
|---|---|
| DataSchema | If implemented, specifies the data source schema. Inherited from IDataComponentModel. |
| FileName | If implemented, specifies the name of the selected Excel file. |
| Schema | If implemented, specifies a collection of Excel fields selected on a wizard page to be used. |
| ShouldSavePassword | If implemented, specifies whether to save a password used to open a password protected Excel file. |
| SourceOptions | If implemented, specifies options used to extract data form the selected Excel file. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. Inherited from ICloneable. |
See Also