Compartir a través de


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.

Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
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.

Notas

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Management.Smo.Agent Namespace