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

属性值

通知事件原因。

注解

发生此事件的原因可能是存储中的数据实际已更改,或者通知不再有效 (例如,它) 超时。

适用于

另请参阅