Skip to main content
A newer version of this page is available. .

IDataSourceWizardSettings Interface

If implemented, provides the Data Source Wizard‘s settings.

Declaration

interface IDataSourceWizardSettings

Inheritance

IDataSourceWizardSettings

Properties

enableJsonDataSource Property

If implemented, specifies whether to enable users to create new JSON data sources.

Declaration

enableJsonDataSource?: boolean

Property Value

Type Description
boolean

true, to enable users to create JSON data sources; otherwise, false.

enableSqlDataSource Property

If implemented, specifies whether to enable users to create new SQL data sources.

Declaration

enableSqlDataSource?: boolean

Property Value

Type Description
boolean

true, to enable users to create SQL data sources; otherwise, false.