NotifyType 枚举

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

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Enumeration NotifyType
用法
Dim instance As NotifyType
public enum NotifyType
public enum class NotifyType
type NotifyType
public enum NotifyType

成员

成员名称 说明
All Enumerates all operators or alerts.
Actual Enumerates only those operators or alerts configured for notification.
Target Enumerates notifications for the operator or alert specified.