次の方法で共有


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

メンバー

メンバー名 説明
Actual 通知の対象として構成されたオペレーターまたは警告のみを列挙します。
All すべてのオペレーターまたは警告を列挙します。
Target 指定したオペレーターまたは警告に関する通知を列挙します。

関連項目

参照

Microsoft.SqlServer.Management.Smo.Agent 名前空間