AgentLogLevels 列舉
The AgentLogLevels enumeration contains values that are used to specify the type of errors or messages that are logged by SQL Server. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
此列舉有一個允許其成員值為位元組合的 FlagsAttribute 屬性。
命名空間: Microsoft.SqlServer.Management.Smo.Agent
組件: Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)
語法
'宣告
<FlagsAttribute> _
Public Enumeration AgentLogLevels
'用途
Dim instance As AgentLogLevels
[FlagsAttribute]
public enum AgentLogLevels
[FlagsAttribute]
public enum class AgentLogLevels
[<FlagsAttribute>]
type AgentLogLevels
public enum AgentLogLevels
成員
成員名稱 | 說明 | |
---|---|---|
All | Errors, informational messages, and warning messages. | |
Errors | Error messages only. | |
Informational | Informational messages only. | |
Warnings | Warning messages only. |