SqlNotificationEventArgs.Info プロパティ

定義

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

public:
 property System::Data::SqlClient::SqlNotificationInfo Info { System::Data::SqlClient::SqlNotificationInfo get(); };
public System.Data.SqlClient.SqlNotificationInfo Info { get; }
member this.Info : System.Data.SqlClient.SqlNotificationInfo
Public ReadOnly Property Info As SqlNotificationInfo

プロパティ値

通知イベント理由。

注釈

このイベントは、ストア内のデータが実際に変更されたか、通知が無効になった (タイムアウトなど) ために発生する可能性があります。

適用対象

こちらもご覧ください