次の方法で共有


Alert.EnumNotifications メソッド (String)

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

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

構文

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

returnValue = instance.EnumNotifications(operatorName)
public DataTable EnumNotifications(
    string operatorName
)
public:
DataTable^ EnumNotifications(
    String^ operatorName
)
member EnumNotifications : 
        operatorName:string -> DataTable
public function EnumNotifications(
    operatorName : String
) : DataTable

パラメーター

  • operatorName
    型: System.String
    オペレーターの名前を示す文字列値です。

戻り値

型: 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 値です。

使用例

SQL Server エージェントでの自動管理タスクのスケジュール設定

関連項目

参照

Alert クラス

EnumNotifications オーバーロード

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

その他の技術情報

管理タスクの自動化 (SQL Server エージェント)

sp_help_alert (Transact-SQL)