SqlNotificationEventArgs コンストラクター

定義

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)

パラメーター

type
SqlNotificationType

この通知が実際の変更によって生成されたか、サブスクリプションによって生成されたかを示すSqlNotificationType 値。

info
SqlNotificationInfo

通知イベントの理由を示す SqlNotificationInfo 値。 この値は、データ ストア内のデータが実際に変更された場合や、通知が (タイムアウトなどで) 無効になった場合に生成されます。

source
SqlNotificationSource

通知の生成元を示す SqlNotificationSource 値。

適用対象

こちらもご覧ください