SqlNotificationType Enumeration
.NET Framework 3.0
Describes the different notification types that can be received by an OnChangeEventHandler event handler through the SqlNotificationEventArgs parameter.
Namespace: System.Data.SqlClient
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
| Member name | Description | |
|---|---|---|
| Change | Data on the server being monitored changed. Use the SqlNotificationInfo item to determine the details of the change. | |
| Subscribe | There was a failure to create a notification subscription. Use the SqlNotificationEventArgs object's SqlNotificationInfo item to determine the cause of the failure. | |
| Unknown | Used when the type option sent by the server was not recognized by the client. |
The SqlNotificationType enumeration is referenced by an instance of the SqlNotificationEventArgs class. This information is provided when a notification event is fired with the SqlDependency class.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: