SqlNotificationEventArgs.Type Propiedad

Definición

Obtiene un valor que indica si esta notificación se genera debido a un cambio real o por la suscripción.

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

Valor de propiedad

Un valor que indica si la notificación fue generada por un cambio o una suscripción.

Se aplica a

Consulte también