Alert.EnumNotifications メソッド

定義

オーバーロード

名前 説明
EnumNotifications()

EnumNotifications メソッドは、特定のアラートの通知演算子を列挙する DataTable オブジェクトを返します。

EnumNotifications(NotifyMethods)

EnumNotifications メソッドは、特定のアラートの通知演算子を列挙する DataTable オブジェクトを返します。

EnumNotifications(String)

EnumNotifications メソッドは、特定のアラートの通知演算子を列挙する DataTable オブジェクトを返します。

EnumNotifications(NotifyMethods, String)

EnumNotifications メソッドは、特定のアラートの通知演算子を列挙する DataTable オブジェクトを返します。

EnumNotifications()

EnumNotifications メソッドは、特定のアラートの通知演算子を列挙する DataTable オブジェクトを返します。

public System.Data.DataTable EnumNotifications();
member this.EnumNotifications : unit -> System.Data.DataTable
Public Function EnumNotifications () As DataTable

返品

適用対象

EnumNotifications(NotifyMethods)

EnumNotifications メソッドは、特定のアラートの通知演算子を列挙する DataTable オブジェクトを返します。

public System.Data.DataTable EnumNotifications(Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods notifyMethod);
member this.EnumNotifications : Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods -> System.Data.DataTable
Public Function EnumNotifications (notifyMethod As NotifyMethods) As DataTable

パラメーター

notifyMethod
NotifyMethods

返品

適用対象

EnumNotifications(String)

EnumNotifications メソッドは、特定のアラートの通知演算子を列挙する DataTable オブジェクトを返します。

public System.Data.DataTable EnumNotifications(string operatorName);
member this.EnumNotifications : string -> System.Data.DataTable
Public Function EnumNotifications (operatorName As String) As DataTable

パラメーター

operatorName
String

返品

適用対象

EnumNotifications(NotifyMethods, String)

EnumNotifications メソッドは、特定のアラートの通知演算子を列挙する DataTable オブジェクトを返します。

public System.Data.DataTable EnumNotifications(Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods notifyMethod, string operatorName);
member this.EnumNotifications : Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods * string -> System.Data.DataTable
Public Function EnumNotifications (notifyMethod As NotifyMethods, operatorName As String) As DataTable

パラメーター

notifyMethod
NotifyMethods
operatorName
String

返品

適用対象