mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 09:35:37 -05:00
Add support for Encrypt=Strict for TDS 8.0 connections with SQL Server 2022 (#21256)
This commit is contained in:
@@ -57,6 +57,20 @@ export enum AuthenticationType {
|
||||
None = 'None'
|
||||
}
|
||||
|
||||
/*
|
||||
* Actions for the connection dialog to show/hide connection options.
|
||||
*/
|
||||
export enum Actions {
|
||||
/**
|
||||
* Shows a connection option
|
||||
*/
|
||||
Show = 'show',
|
||||
/**
|
||||
* Hides a connection option
|
||||
*/
|
||||
Hide = 'hide'
|
||||
}
|
||||
|
||||
/* CMS constants */
|
||||
export const cmsProviderName = 'MSSQL-CMS';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user