ErrorAction Enumeration
Contains values that are used to specify the error action to take.
Assembly: Microsoft.SqlServer.BatchParser (in Microsoft.SqlServer.BatchParser.dll)
| Member name | Description | |
|---|---|---|
| Exit | Exits on error. | |
| Ignore | Ignores the error, and continues. |
Show: