Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The AgentMailType enumeration contains values that are used to specify the source of mail.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration AgentMailType
'Usage
Dim instance As AgentMailType
public enum AgentMailType
public enum class AgentMailType
type AgentMailType
public enum AgentMailType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DatabaseMail | The mail is from the Microsoft SQL Server Database Mail service. | |
| SqlAgentMail | The mail is from the Microsoft SQL Server Agent Mail service. |
Hinweise
The AgentMailType enumeration class is served by the AgentMailType property.