SqlNotificationEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 値。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET