SqlNotificationEventArgs.Source プロパティ

定義

クエリ データの変化またはデータベースの状態の変化など、通知を生成したソースを示す値を取得します。

public:
 property System::Data::SqlClient::SqlNotificationSource Source { System::Data::SqlClient::SqlNotificationSource get(); };
public System.Data.SqlClient.SqlNotificationSource Source { get; }
member this.Source : System.Data.SqlClient.SqlNotificationSource
Public ReadOnly Property Source As SqlNotificationSource

プロパティ値

通知のソース。

適用対象

こちらもご覧ください