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

属性值

通知事件原因。

注解

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

适用于

另请参阅