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 通知を生成したソースを示す値。

適用対象

こちらもご覧ください