ParserState::Status Enumeration
Contains values that are used to specify the parser status.
Assembly: Microsoft.SqlServer.BatchParser (in Microsoft.SqlServer.BatchParser.dll)
| Member name | Description | |
|---|---|---|
| Abort | Indicates that the parse was stopped. | |
| Error | Indicates that an error occurred. | |
| Success | Indicates that the parse was successful. |
Show: