共用方式為


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 命名空間