SqlNotificationEventArgs.Source プロパティ

定義

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

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

プロパティ値

通知のソース。

適用対象