SqlNotificationEventArgs.Source Propriedade

Definição

Recebe um valor que indica a origem que gerou a notificação, como uma alteração nos dados da consulta ou no estado da base 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 de Propriedade

A origem da notificação.

Aplica-se a

Ver também