<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />

SqlNotificationSource

public enum 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 } }