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