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

屬性值

通知事件的原因。

備註

此事件可能發生於儲存資料實際變更,或通知不再有效(例如逾時)。

適用於

另請參閱