The AgentLogLevels enumeration contains values that are used to specify the type of errors or messages that are logged by SQL Server Agent. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
命名空間: Microsoft.SqlServer.Management.Smo.Agent
組件: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
語法
'宣告
<FlagsAttribute> _
Public Enumeration AgentLogLevels
[FlagsAttribute]
public enum AgentLogLevels
[FlagsAttribute]
public enum class AgentLogLevels
/** @attribute FlagsAttribute() */
public enum AgentLogLevels
FlagsAttribute
public enum AgentLogLevels
Members
| Member name | Description |
|---|---|
| All | Errors, informational messages, and warning messages. |
| Errors | Error messages only. |
| Informational | Informational messages only. |
| Warnings | Warning messages only. |
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。