Énumération AgentMailType
The AgentMailType enumeration contains values that are used to specify the source of mail.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration AgentMailType
'Utilisation
Dim instance As AgentMailType
public enum AgentMailType
public enum class AgentMailType
type AgentMailType
public enum AgentMailType
Membres
Nom de membre | Description | |
---|---|---|
DatabaseMail | The mail is from the Microsoft SQL Server Database Mail service. | |
SqlAgentMail | The mail is from the Microsoft SQL Server Agent Mail service. |
Notes
The AgentMailType enumeration class is served by the AgentMailType property.