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
屬性值
通知事件的原因。
備註
此事件可能是因為存放區中的數據實際變更,或通知不再有效 (例如逾時) 。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)