SqlNotificationEventArgs.Source Propriedade

Definição

Obtém um valor que indica a origem que gerou a notificação, como uma alteração nos dados de consulta ou no 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 origem da notificação.

Aplica-se a

Confira também