Condividi tramite


AgentMailType Enumeration

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
public enum AgentMailType
public enum class AgentMailType
public enum AgentMailType
public enum AgentMailType

Members

Member name 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.

Osservazioni

The AgentMailType enumeration class is served by the AgentMailType property.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Management.Smo.Agent Namespace