次の方法で共有


SqlNotificationEventArgs.Info プロパティ

定義

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

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

プロパティ値

通知イベント理由。

注釈

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

適用対象