mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add advanced tab (#24267)
This commit is contained in:
@@ -546,6 +546,20 @@ export interface Server extends ObjectManagement.SqlObject {
|
||||
dataLocation: string;
|
||||
logLocation: string;
|
||||
backupLocation: string;
|
||||
allowTriggerToFireOthers: boolean;
|
||||
blockedProcThreshold: NumericServerProperty;
|
||||
cursorThreshold: NumericServerProperty;
|
||||
defaultFullTextLanguage: string;
|
||||
defaultLanguage: string;
|
||||
fullTextUpgradeOption: string;
|
||||
maxTextReplicationSize: NumericServerProperty;
|
||||
optimizeAdHocWorkloads: boolean;
|
||||
scanStartupProcs: boolean;
|
||||
twoDigitYearCutoff: number;
|
||||
costThresholdParallelism: NumericServerProperty;
|
||||
locks: NumericServerProperty;
|
||||
maxDegreeParallelism: NumericServerProperty;
|
||||
queryWait: NumericServerProperty;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -573,6 +587,8 @@ export interface NumericServerProperty {
|
||||
}
|
||||
|
||||
export interface ServerViewInfo extends ObjectManagement.ObjectViewInfo<Server> {
|
||||
languageOptions: string[];
|
||||
fullTextUpgradeOptions: string[];
|
||||
}
|
||||
|
||||
export const enum FileGrowthType {
|
||||
|
||||
Reference in New Issue
Block a user