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)

適用対象

こちらもご覧ください