ParserState::ErrorType Enumeration
Contains values that are used to specify the error type.
Assembly: Microsoft.SqlServer.BatchParser (in Microsoft.SqlServer.BatchParser.dll)
| Member name | Description | |
|---|---|---|
| CommandAborted | The command was stopped. | |
| NoError | No error occurred. | |
| SyntaxError | A syntax error occurred. | |
| Unknown | An unknown error occurred. | |
| VariableNotFound | A variable was not found. |
Show: