Share via


AgentMailType 枚举

The AgentMailType enumeration contains values that are used to specify the source of mail.

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration AgentMailType
用法
Dim instance As AgentMailType
public enum AgentMailType
public enum class AgentMailType
type AgentMailType
public enum AgentMailType

成员

成员名称 说明
SqlAgentMail The mail is from the Microsoft SQL Server Agent Mail service.
DatabaseMail The mail is from the Microsoft SQL Server Database Mail service.

注释

The AgentMailType enumeration class is served by the AgentMailType property.