mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
Introduce Trust Book in Book Viewlet (#9414)
This commit is contained in:
8
src/sql/azdata.proposed.d.ts
vendored
8
src/sql/azdata.proposed.d.ts
vendored
@@ -29,6 +29,14 @@ declare module 'azdata' {
|
||||
export function getConnection(uri: string): Thenable<ConnectionProfile>;
|
||||
}
|
||||
|
||||
export namespace nb {
|
||||
export interface NotebookDocument {
|
||||
/**
|
||||
* Sets the trust mode for the notebook document.
|
||||
*/
|
||||
setTrusted(state: boolean);
|
||||
}
|
||||
}
|
||||
|
||||
export type SqlDbType = 'BigInt' | 'Binary' | 'Bit' | 'Char' | 'DateTime' | 'Decimal'
|
||||
| 'Float' | 'Image' | 'Int' | 'Money' | 'NChar' | 'NText' | 'NVarChar' | 'Real'
|
||||
|
||||
Reference in New Issue
Block a user