SqlNotificationEventArgs クラス
アセンブリ: System.Data (system.data.dll 内)


System.EventArgs
System.Data.SqlClient.SqlNotificationEventArgs


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SqlNotificationEventArgs コンストラクタ
アセンブリ: System.Data (system.data.dll 内)

Public Sub New ( _ type As SqlNotificationType, _ info As SqlNotificationInfo, _ source As SqlNotificationSource _ )
Dim type As SqlNotificationType Dim info As SqlNotificationInfo Dim source As SqlNotificationSource Dim instance As New SqlNotificationEventArgs(type, info, source)
public SqlNotificationEventArgs ( SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source )
public: SqlNotificationEventArgs ( SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source )
public SqlNotificationEventArgs ( SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source )
public function SqlNotificationEventArgs ( type : SqlNotificationType, info : SqlNotificationInfo, source : SqlNotificationSource )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SqlNotificationEventArgs プロパティ

名前 | 説明 | |
---|---|---|
![]() | Info | 通知イベントの理由を示す値を取得します。 |
![]() | Source | 通知の生成元を示す値を取得します。 |
![]() | Type | この通知が実際の変更によって生成されたか、サブスクリプションによって生成されたかを示す値を取得します。 |

SqlNotificationEventArgs メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 ( Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 ( Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

SqlNotificationEventArgs メンバ
SqlNotificationEventArgs データ型で公開されるメンバを以下の表に示します。


名前 | 説明 | |
---|---|---|
![]() | Info | 通知イベントの理由を示す値を取得します。 |
![]() | Source | 通知の生成元を示す値を取得します。 |
![]() | Type | この通知が実際の変更によって生成されたか、サブスクリプションによって生成されたかを示す値を取得します。 |

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 (Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 (Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

- SqlNotificationEventArgsのページへのリンク