次の方法で共有


AgentLogLevels 列挙体

AgentLogLevels 列挙には、SQL Server によってログに記録されるエラーまたはメッセージの種類を指定するための値が格納されます。 この列挙には、メンバーの値のビット演算の組み合わせを可能にする FlagsAttribute 属性があります。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする 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 情報メッセージのみです。
Warnings 警告メッセージのみです。

関連項目

参照

Microsoft.SqlServer.Management.Smo.Agent 名前空間