Compartilhar via


SqlNotificationEventArgs Construtor

Definição

Cria uma nova instância do objeto SqlNotificationEventArgs.

public:
 SqlNotificationEventArgs(Microsoft::Data::SqlClient::SqlNotificationType type, Microsoft::Data::SqlClient::SqlNotificationInfo info, Microsoft::Data::SqlClient::SqlNotificationSource source);
public SqlNotificationEventArgs (Microsoft.Data.SqlClient.SqlNotificationType type, Microsoft.Data.SqlClient.SqlNotificationInfo info, Microsoft.Data.SqlClient.SqlNotificationSource source);
new Microsoft.Data.SqlClient.SqlNotificationEventArgs : Microsoft.Data.SqlClient.SqlNotificationType * Microsoft.Data.SqlClient.SqlNotificationInfo * Microsoft.Data.SqlClient.SqlNotificationSource -> Microsoft.Data.SqlClient.SqlNotificationEventArgs
Public Sub New (type As SqlNotificationType, info As SqlNotificationInfo, source As SqlNotificationSource)

Parâmetros

type
SqlNotificationType

Um valor SqlNotificationType que indica se esta notificação é gerada devido a uma alteração real ou pela assinatura.

info
SqlNotificationInfo

O valor SqlNotificationInfo que indica o motivo do evento de notificação. Isso pode ocorrer porque os dados no repositório realmente foram alterados ou a notificação se tornou inválida (por exemplo, ela atingiu o tempo limite).

source
SqlNotificationSource

Valor SqlNotificationSource que indica a origem que gerou a notificação.

Aplica-se a