Partager via


SqlNotificationEventArgs.Type Propriété

Définition

Obtient une valeur qui indique si cette notification est générée en raison d'une modification réelle ou par l'abonnement.

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

Valeur de propriété

Valeur indiquant si la notification a été générée par une modification ou un abonnement.

S’applique à