mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
This reverts commit 9a22c429a9.
This commit is contained in:
@@ -545,11 +545,6 @@ export interface ValidateStreamingJobParams {
|
||||
createStreamingJobTsql: string
|
||||
}
|
||||
|
||||
export interface ParseTSqlScriptParams {
|
||||
filePath: string;
|
||||
databaseSchemaProvider: string;
|
||||
}
|
||||
|
||||
export namespace ExportRequest {
|
||||
export const type = new RequestType<ExportParams, mssql.DacFxResult, void, void>('dacfx/export');
|
||||
}
|
||||
@@ -582,10 +577,6 @@ export namespace ValidateStreamingJobRequest {
|
||||
export const type = new RequestType<ValidateStreamingJobParams, mssql.ValidateStreamingJobResult, void, void>('dacfx/validateStreamingJob');
|
||||
}
|
||||
|
||||
export namespace ParseTSqlScriptRequest {
|
||||
export const type = new RequestType<ParseTSqlScriptParams, mssql.ParseTSqlScriptResult, void, void>('dacfx/parseTSqlScript');
|
||||
}
|
||||
|
||||
// ------------------------------- </ DacFx > ------------------------------------
|
||||
|
||||
// ------------------------------- <CMS> ----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user