SqlNotificationEventArgs.Source Propriedade

Definição

Obtém um valor que indica a fonte que gerou a notificação, como uma alteração de dados de consulta ou do estado do banco de dados.

public:
 property System::Data::SqlClient::SqlNotificationSource Source { System::Data::SqlClient::SqlNotificationSource get(); };
public System.Data.SqlClient.SqlNotificationSource Source { get; }
member this.Source : System.Data.SqlClient.SqlNotificationSource
Public ReadOnly Property Source As SqlNotificationSource

Valor da propriedade

A fonte da notificação.

Aplica-se a

Confira também