SqlNotificationSource
Indicates the source of the notification received by the dependency event handler.
namespace System.Data.SqlClient
{
public enum SqlNotificationSource
{
Client = -2,
Unknown,
Data,
Timeout,
Object,
Database,
System,
Statement,
Environment,
Execution,
Owner
}
}