mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 19:41:37 -04:00
Bumping SqlToolsService to 4.5.0.38, and adding new bindings (#22129)
* Bump STS * adding/updating bindings
This commit is contained in:
15
extensions/mssql/src/mssql.d.ts
vendored
15
extensions/mssql/src/mssql.d.ts
vendored
@@ -472,6 +472,13 @@ declare module 'mssql' {
|
||||
*/
|
||||
setDatabaseSource(projectUri: string, databaseSource: string): Promise<azdata.ResultStatus>;
|
||||
|
||||
/**
|
||||
* Set the DatabaseSchemaProvider property of a SQL project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
* @param databaseSchemaProvider New DatabaseSchemaProvider value, in the form "Microsoft.Data.Tools.Schema.Sql.SqlXYZDatabaseSchemaProvider"
|
||||
*/
|
||||
setDatabaseSchemaProvider(projectUri: string, databaseSchemaProvider: string): Promise<azdata.ResultStatus>;
|
||||
|
||||
/**
|
||||
* Get the cross-platform compatibility status for a project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
@@ -676,6 +683,14 @@ declare module 'mssql' {
|
||||
* Source of the database schema, used in telemetry
|
||||
*/
|
||||
databaseSource?: string;
|
||||
/**
|
||||
* Style of the .sqlproj file - SdkStyle or LegacyStyle
|
||||
*/
|
||||
projectStyle: ProjectType;
|
||||
/**
|
||||
* Database Schema Provider, in the format "Microsoft.Data.Tools.Schema.Sql.SqlXYZDatabaseSchemaProvider"
|
||||
*/
|
||||
databaseSchemaProvider: string
|
||||
}
|
||||
|
||||
//#endregion
|
||||
|
||||
Reference in New Issue
Block a user