SqlNotificationEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通知のイベント ハンドラーに渡される一連の引数を表します。
public ref class SqlNotificationEventArgs : EventArgs
public class SqlNotificationEventArgs : EventArgs
type SqlNotificationEventArgs = class
inherit EventArgs
Public Class SqlNotificationEventArgs
Inherits EventArgs
- 継承
-
SqlNotificationEventArgs
コンストラクター
SqlNotificationEventArgs(SqlNotificationType, SqlNotificationInfo, SqlNotificationSource) |
SqlNotificationEventArgs オブジェクトの新しいインスタンスを作成します。 |
プロパティ
Info |
データベース内の行の変更中、テーブルの切り詰め中など、通知イベントの理由を示す値を取得します。 |
Source |
クエリ データの変化またはデータベースの状態の変化など、通知を生成したソースを示す値を取得します。 |
Type |
この通知が実際の変更によって生成されたか、サブスクリプションによって生成されたかを示す値を取得します。 |