NotifyType 列挙体
NotifyType 列挙には、Alert オブジェクトの EnumNotifications メソッドの出力を制限する通知の種類を指定するための値が格納されます。
名前空間: 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 | すべてのオペレータまたは警告を列挙します。 | |
Actual | 通知の対象として構成されたオペレータまたは警告のみを列挙します。 | |
Target | 指定したオペレータまたは警告に関する通知を列挙します。 |