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
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |