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

成员

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

注释

The AgentMailType enumeration class is served by the AgentMailType property.

请参阅

参考

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