閱讀英文

共用方式為


SqlNotificationEventArgs 建構函式

定義

建立 SqlNotificationEventArgs 物件的新執行個體。

public SqlNotificationEventArgs (System.Data.SqlClient.SqlNotificationType type, System.Data.SqlClient.SqlNotificationInfo info, System.Data.SqlClient.SqlNotificationSource source);

參數

type
SqlNotificationType

SqlNotificationType 值,指出是因實際變更還是由訂閱產生這個告知。

info
SqlNotificationInfo

SqlNotificationInfo 值,指出告知事件的原因。 這可能會因為存放區中的資料實際上已變更,或告知變得無效 (例如,告知逾時) 而發生。

source
SqlNotificationSource

SqlNotificationSource 值,指出產生告知的來源。

適用於

產品 版本
.NET 6 (package-provided), 8 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

另請參閱