Condividi tramite


Enumerazione AgentMailType

The AgentMailType enumeration contains values that are used to specify the source of mail.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration AgentMailType
'Utilizzo
Dim instance As AgentMailType
public enum AgentMailType
public enum class AgentMailType
type AgentMailType
public enum AgentMailType

Membri

Nome membro Descrizione
DatabaseMail The mail is from the Microsoft SQL Server Database Mail service.
SqlAgentMail The mail is from the Microsoft SQL Server Agent Mail service.

Osservazioni

The AgentMailType enumeration class is served by the AgentMailType property.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent