Add getObjects from model request (#1634)

Co-authored-by: Alex Ma <alma1@microsoft.com>
This commit is contained in:
Barbara Valdez
2022-08-26 15:02:37 -07:00
committed by GitHub
parent 13a689b164
commit c33ffa592b
9 changed files with 288 additions and 1 deletions

View File

@@ -5206,4 +5206,18 @@ The Query Processor estimates that implementing the following index could improv
<comment>.
Parameters: 0 - columnName (string), 1 - foreignKeyName (string) </comment>
</data>
<data name="SqlProjectModelNotFound" xml:space="preserve">
<value>Could not find SQL model from project: {0}.</value>
<comment>.
Parameters: 0 - projectUri (string) </comment>
</data>
<data name="UnsupportedModelType" xml:space="preserve">
<value>Unsupported model type: {0}.</value>
<comment>.
Parameters: 0 - type (string) </comment>
</data>
<data name="GetUserDefinedObjectsFromModelFailed" xml:space="preserve">
<value>Failed to get user defined objects from model.</value>
<comment></comment>
</data>
</root>