次の方法で共有


EnumNotifications メソッド (NotifyMethods, String)

指定された通知方法および指定されたオペレーターに限定される、警告に定義された通知方法の一覧を列挙します。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Function EnumNotifications ( _
    notifyMethod As NotifyMethods, _
    operatorName As String _
) As DataTable
'使用
Dim instance As Alert
Dim notifyMethod As NotifyMethods
Dim operatorName As String
Dim returnValue As DataTable

returnValue = instance.EnumNotifications(notifyMethod, _
    operatorName)
public DataTable EnumNotifications(
    NotifyMethods notifyMethod,
    string operatorName
)
public:
DataTable^ EnumNotifications(
    NotifyMethods notifyMethod, 
    String^ operatorName
)
member EnumNotifications : 
        notifyMethod:NotifyMethods * 
        operatorName:string -> DataTable 
public function EnumNotifications(
    notifyMethod : NotifyMethods, 
    operatorName : String
) : DataTable

パラメーター

戻り値

型: System.Data. . :: . .DataTable
警告に定義された通知に関する情報のテーブルを含む DataTable オブジェクトの値です。

データ型

説明

OperatorID

Integer

オペレーター ID 値です。

OperatorName

String

オペレーターの名前です。

UseEmail

Boolean

電子メールを使用してオペレーターに通知するように指定されているかどうかを示す Boolean 値です。

UsePager

Boolean

ポケットベル サービスを使用してオペレーターに通知するように指定されているかどうかを示す Boolean 値です。

UseNetSend

Boolean

Net Send メッセージを使用してオペレーターに通知するように指定されているかどうかを示す Boolean 値です。

HasEmail

Boolean

オペレーターが電子メールによる通知を受信できるかどうかを示す Boolean 値です。

HasPager

Boolean

オペレーターがポケットベルによる通知を受信できるかどうかを示す Boolean 値です。

HasNetSend

Boolean

オペレーターが Net Send による通知を受信できるかどうかを示す Boolean 値です。