Compartir a través de


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 Microsoft::Data::SqlClient::SqlNotificationType Type { Microsoft::Data::SqlClient::SqlNotificationType get(); };
public Microsoft.Data.SqlClient.SqlNotificationType Type { get; }
member this.Type : Microsoft.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