mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 17:20:28 -04:00
Fix delete database reference request (#22214)
This commit is contained in:
4
extensions/mssql/src/mssql.d.ts
vendored
4
extensions/mssql/src/mssql.d.ts
vendored
@@ -354,9 +354,9 @@ declare module 'mssql' {
|
||||
/**
|
||||
* Delete a database reference from a project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
* @param path Path of the script, including .sql, relative to the .sqlproj
|
||||
* @param name Name of the reference to be deleted. Name of the System DB, path of the sqlproj, or path of the dacpac
|
||||
*/
|
||||
deleteDatabaseReference(projectUri: string, path: string): Promise<azdata.ResultStatus>;
|
||||
deleteDatabaseReference(projectUri: string, name: string): Promise<azdata.ResultStatus>;
|
||||
|
||||
/**
|
||||
* Add a folder to a project
|
||||
|
||||
Reference in New Issue
Block a user