SqlExecutionAdditionalOptions Enumeration
Specifies supplementary execution options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: SQLEditors (in SQLEditors.dll)
| Member name | Description | |
|---|---|---|
| Mask | Specifies the mask execution option. | |
| None | Specifies no additional options. | |
| OleSQLScripting | Specifies the OLE scripting option. | |
| ShowClientStats | Specifies the show client statistics option. | |
| ShowExecPlan | Specifies the show execution plan option. | |
| ShowServerTrace | Specifies the show server trace option. |
Show: