Integrate SMO .Net core into SQL Tools Service project

This commit is contained in:
Karl Burtram
2016-08-26 10:15:23 -07:00
parent b8329a7986
commit 99ab6406d2
3 changed files with 8 additions and 6 deletions

View File

@@ -173,6 +173,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
}
ScriptParseInfo parseInfo = this.ScriptParseInfoMap[scriptFile.ClientFilePath];
parseInfo.ParseResult = parseResult;
List<ParseResult> parseResults = new List<ParseResult>();
parseResults.Add(parseResult);
parseInfo.Binder.Bind(