Operator.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 alertName);
member this.EnumNotifications : string -> System.Data.DataTable
Public Function EnumNotifications (alertName As String) As DataTable

パラメーター

alertName
String

返品

適用対象

EnumNotifications(NotifyMethods, String)

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

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

パラメーター

notifyMethod
NotifyMethods
alertName
String

返品

適用対象