SqlNotificationEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 値。