Share via


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

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

適用対象