SqlNotificationEventArgs Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une nouvelle instance de l'objet SqlNotificationEventArgs.
public:
SqlNotificationEventArgs(System::Data::SqlClient::SqlNotificationType type, System::Data::SqlClient::SqlNotificationInfo info, System::Data::SqlClient::SqlNotificationSource source);
public SqlNotificationEventArgs (System.Data.SqlClient.SqlNotificationType type, System.Data.SqlClient.SqlNotificationInfo info, System.Data.SqlClient.SqlNotificationSource source);
new System.Data.SqlClient.SqlNotificationEventArgs : System.Data.SqlClient.SqlNotificationType * System.Data.SqlClient.SqlNotificationInfo * System.Data.SqlClient.SqlNotificationSource -> System.Data.SqlClient.SqlNotificationEventArgs
Public Sub New (type As SqlNotificationType, info As SqlNotificationInfo, source As SqlNotificationSource)
Paramètres
- type
- SqlNotificationType
Valeur SqlNotificationType qui indique si cette notification est générée en raison d'une modification réelle ou par l'abonnement.
- info
- SqlNotificationInfo
Valeur SqlNotificationInfo qui indique la raison de l'événement de notification. Cet événement peut se produire parce que les données dans le magasin ont effectivement été modifiées ou parce que la notification n'est plus valide (délai d'attente dépassé par exemple).
- source
- SqlNotificationSource
Valeur SqlNotificationSource qui indique la source ayant généré la notification.