Enumeração AgentMailType
The AgentMailType enumeration contains values that are used to specify the source of mail.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)
Sintaxe
'Declaração
Public Enumeration AgentMailType
'Uso
Dim instance As AgentMailType
public enum AgentMailType
public enum class AgentMailType
type AgentMailType
public enum AgentMailType
Membros
Nome do membro | Descrição | |
---|---|---|
SqlAgentMail | The mail is from the Microsoft SQL Server Agent Mail service. | |
DatabaseMail | The mail is from the Microsoft SQL Server Database Mail service. |