SqlNotificationEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 SqlNotificationEventArgs 对象的新实例。
public:
SqlNotificationEventArgs(System::Data::SqlClient::SqlNotificationType type, System::Data::SqlClient::SqlNotificationInfo info, System::Data::SqlClient::SqlNotificationSource source);
public SqlNotificationEventArgs (System.Data.SqlClient.SqlNotificationType type, System.Data.SqlClient.SqlNotificationInfo info, System.Data.SqlClient.SqlNotificationSource source);
new System.Data.SqlClient.SqlNotificationEventArgs : System.Data.SqlClient.SqlNotificationType * System.Data.SqlClient.SqlNotificationInfo * System.Data.SqlClient.SqlNotificationSource -> System.Data.SqlClient.SqlNotificationEventArgs
Public Sub New (type As SqlNotificationType, info As SqlNotificationInfo, source As SqlNotificationSource)
参数
- type
- SqlNotificationType
SqlNotificationType 值,指示此通知是由于实际更改生成的还是通过订阅生成的。
- info
- SqlNotificationInfo
指示通知事件的原因的 SqlNotificationInfo 值。 发生的原因可能是:实际更改了存储区中的数据,或者通知变为无效(例如,它已超时)。
- source
- SqlNotificationSource
SqlNotificationSource 值,指示生成通知的源。