Partager via


NotifyType Enumeration

The NotifyType enumeration contains values that are used to specify the notification type that restricts the output of the Alert object's EnumNotifications method.

Espace de noms: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public Enumeration NotifyType
public enum NotifyType
public enum class NotifyType
public enum NotifyType
public enum NotifyType

Members

Member name Description
Actual Enumerates only those operators or alerts configured for notification.
All Enumerates all operators or alerts.
Target Enumerates notifications for the operator or alert specified.

Notes

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo.Agent Namespace