Enumeración AgentMailType
The AgentMailType enumeration contains values that are used to specify the source of mail.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration AgentMailType
'Uso
Dim instance As AgentMailType
public enum AgentMailType
public enum class AgentMailType
type AgentMailType
public enum AgentMailType
Miembros
Nombre del miembro | Descripción | |
---|---|---|
SqlAgentMail | The mail is from the Microsoft SQL Server Agent Mail service. | |
DatabaseMail | The mail is from the Microsoft SQL Server Database Mail service. |