SqlNotificationEventArgs.Info 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會獲得一個表示通知事件原因的值,例如資料庫中的某一列被修改或資料表被截斷。
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
屬性值
通知事件的原因。
備註
此事件可能發生於儲存資料實際變更,或通知不再有效(例如逾時)。