SqlNotificationEventArgs クラス

定義

通知イベント ハンドラーに渡される引数のセットを表します。

public ref class SqlNotificationEventArgs : EventArgs
public class SqlNotificationEventArgs : EventArgs
type SqlNotificationEventArgs = class
    inherit EventArgs
Public Class SqlNotificationEventArgs
Inherits EventArgs
継承
SqlNotificationEventArgs

コンストラクター

名前 説明
SqlNotificationEventArgs(SqlNotificationType, SqlNotificationInfo, SqlNotificationSource)

SqlNotificationEventArgs オブジェクトの新しいインスタンスを作成します。

プロパティ

名前 説明
Info

変更中のデータベース内の行や切り捨てられたテーブルなど、通知イベントの理由を示す値を取得します。

Source

クエリ データの変更やデータベースの状態など、通知を生成したソースを示す値を取得します。

Type

この通知が実際の変更によって生成されるか、サブスクリプションによって生成されるかを示す値を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください