AgentLogLevels Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
specifies the level of information that is logged in the SQL Server Agent error log.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AgentLogLevels
[<System.Flags>]
type AgentLogLevels =
Public Enum AgentLogLevels
- Inheritance
-
AgentLogLevels
- Attributes
Fields
Name | Value | Description |
---|---|---|
Errors | 1 | Log errors. |
Warnings | 2 | Log warning messages. |
Informational | 4 | Log informational messages. |
All | 7 |