SqlNotificationType 枚举

定义

描述 OnChangeEventHandler 事件处理程序可通过 SqlNotificationEventArgs 参数接收的不同通知类型。

public enum class SqlNotificationType
public enum SqlNotificationType
type SqlNotificationType = 
Public Enum SqlNotificationType
继承
SqlNotificationType

字段

Change 0

被监视的服务器中的数据已更改。 使用 SqlNotificationInfo 项确定更改的详细信息。

Subscribe 1

创建通知订阅时发生错误。 使用 SqlNotificationEventArgs 对象的 SqlNotificationInfo 项来确定发生错误的原因。

Unknown -1

当客户端未识别由服务器发送的类型选项时使用。

注解

SqlNotificationType枚举由 类的SqlNotificationEventArgs实例引用。 使用 类触发 SqlDependency 通知事件时,会提供此信息。

适用于

另请参阅