mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add Delete Database dialog to enable additional deletion options (#24109)
This commit is contained in:
@@ -458,6 +458,8 @@ export interface Database extends ObjectManagement.SqlObject {
|
||||
|
||||
export interface DatabaseViewInfo extends ObjectManagement.ObjectViewInfo<Database> {
|
||||
isAzureDB: boolean;
|
||||
isManagedInstance: boolean;
|
||||
isSqlOnDemand: boolean;
|
||||
loginNames?: OptionsCollection;
|
||||
collationNames?: OptionsCollection;
|
||||
compatibilityLevels?: OptionsCollection;
|
||||
|
||||
Reference in New Issue
Block a user