mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-04 09:35:37 -05:00
Add option to import permissions for dacfx extract (#1723)
* add option to import permissions for dacfx extract * change 'import' to 'include'
This commit is contained in:
@@ -26,6 +26,11 @@ namespace Microsoft.SqlTools.ServiceLayer.DacFx.Contracts
|
||||
/// Gets or sets the target for extraction
|
||||
/// </summary>
|
||||
public DacExtractTarget ExtractTarget { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets whether permissions should be included in the extract
|
||||
/// </summary>
|
||||
public bool? IncludePermissions { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user