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.

请参阅

参考

Microsoft.SqlServer.Management.Smo.Agent 命名空间