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

屬性值

通知的來源。

適用於

另請參閱