mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
"I have changed access modifier from Internal to Public . These classes are being refered outside. (#742)
This commit is contained in:
committed by
Karl Burtram
parent
6dd9a4b5f1
commit
a54eff11b6
@@ -8,7 +8,7 @@ using System;
|
||||
namespace Microsoft.SqlTools.ServiceLayer.BatchParser.ExecutionEngineCode
|
||||
{
|
||||
[Flags]
|
||||
internal enum ScriptExecutionResult
|
||||
public enum ScriptExecutionResult
|
||||
{
|
||||
Success = 0x1,
|
||||
Failure = 0x2,
|
||||
|
||||
Reference in New Issue
Block a user