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.