AlterServerConfigurationDiagnosticsLogOptionKind Enumeration
Enumerates the option kind for ALTER SERVER CONFIGURATION DIAGNOSTICS LOG statement.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| MaxFiles | Specifies the MAX_FILES option. | |
| MaxSize | Specifies the MAX_SIZE option. | |
| None | No option is specified. | |
| OnOff | Specifies the ON/OFF option. | |
| Path | Specifies the PATH option. |
Show: