次の方法で共有


SqlNotificationEventArgs コンストラクター

定義

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)

パラメーター

type
SqlNotificationType

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

info
SqlNotificationInfo

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

source
SqlNotificationSource

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

適用対象