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

SqlDataSourceWizardPageId Variable

Lists the values that identify sections of the SQL Data Source Wizard pages.

Declaration

var SqlDataSourceWizardPageId: {
    ChooseConnectionPage: string;
    ConfigureQueryPage: string;
    ConfigureParametersPage: string;
    MultiQueryConfigurePage: string;
    MultiQueryConfigureParametersPage: string;
};

Members

Name Type Description
ChooseConnectionPage string

Identifies the Specify Data Source Settings (JSON) page’s Choose Connection section.

ConfigureParametersPage string

Identifies the Specify Data Source Settings (JSON) page’s Configure Query Parameters section.

ConfigureQueryPage string

Identifies the Specify Data Source Settings (JSON) page’s Choose Queries section.

MultiQueryConfigurePage string

Identifies the Specify Data Source Settings (JSON) page’s Choose Queries section in the wizard’s multi-query version.

MultiQueryConfigureParametersPage string

Identifies the Specify Data Source Settings (JSON) page’s **Configure Query Parameters section in the wizard’s multi-query version.