Skip to main content

SqlDataSourceWizardPageId Variable

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

Declaration

export const SqlDataSourceWizardPageId: {
    ChooseConnectionPage: string;
    ConfigureQueryPage: string;
    ConfigureParametersPage: string;
    MultiQueryConfigurePage: string;
    MultiQueryConfigureParametersPage: string;
    FederatedQueryConfigurePage: 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.

FederatedQueryConfigurePage string

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

MultiQueryConfigurePage string

Identifies the Specify Data Source Settings (JSON) page’s **Configure Query Parameters 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.