mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-05 01:25:45 -05:00
use a config for table designer trigger behavior (#2070)
This commit is contained in:
@@ -14,5 +14,10 @@ namespace Microsoft.SqlTools.ServiceLayer.SqlContext
|
||||
/// Whether the database model should be preloaded to make the initial launch quicker.
|
||||
/// </summary>
|
||||
public bool PreloadDatabaseModel { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Whether the table designer should allow disabling and re-enabling DDL triggers during publish.
|
||||
/// </summary>
|
||||
public bool AllowDisableAndReenableDdlTriggers {get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user