SqlNotificationEventArgs.Source Propiedad

Definición

Obtiene un valor que indica el origen que ha generado la notificación, como un cambio en los datos de la consulta o el estado de la base de datos.

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 propiedad

Origen de la notificación.

Se aplica a

Consulte también