Compartilhar via


Enumeração 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.

Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membro.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
<FlagsAttribute> _
Public Enumeration AgentLogLevels
'Uso
Dim instance As AgentLogLevels
[FlagsAttribute]
public enum AgentLogLevels
[FlagsAttribute]
public enum class AgentLogLevels
[<FlagsAttribute>]
type AgentLogLevels
public enum AgentLogLevels

Membros

Nome do membro Descrição
All Errors, informational messages, and warning messages.
Errors Error messages only.
Informational Informational messages only.
Warnings Warning messages only.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo.Agent