OutputDestination Enumeration
Contains values that are used to specify the output destination.
Assembly: Microsoft.SqlServer.BatchParser (in Microsoft.SqlServer.BatchParser.dll)
| Member name | Description | |
|---|---|---|
| File | Sends the output to a file. | |
| StdError | Sends the output to the standard error stream. | |
| StdOut | Sends the output to the standard output stream. |
Show: