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 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

Valeur de propriété

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

S’applique à

Voir aussi