Bagikan melalui


SqlNotificationEventArgs Konstruktor

Definisi

Membuat instans SqlNotificationEventArgs baru objek.

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)

Parameter

type
SqlNotificationType

SqlNotificationType nilai yang menunjukkan apakah pemberitahuan ini dihasilkan karena perubahan aktual, atau oleh langganan.

info
SqlNotificationInfo

SqlNotificationInfo nilai yang menunjukkan alasan peristiwa pemberitahuan. Ini dapat terjadi karena data di penyimpanan benar-benar berubah, atau pemberitahuan menjadi tidak valid (misalnya, waktunya habis).

source
SqlNotificationSource

SqlNotificationSource nilai yang menunjukkan sumber yang menghasilkan pemberitahuan.

Berlaku untuk

Lihat juga