Compartir a través de


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 Microsoft::Data::SqlClient::SqlNotificationSource Source { Microsoft::Data::SqlClient::SqlNotificationSource get(); };
public Microsoft.Data.SqlClient.SqlNotificationSource Source { get; }
member this.Source : Microsoft.Data.SqlClient.SqlNotificationSource
Public ReadOnly Property Source As SqlNotificationSource

Valor de propiedad

Origen de la notificación.

Se aplica a