SqlNotificationEventArgs.Source 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示產生通知之來源 (例如,對查詢資料或資料庫狀態的變更) 的值。
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
屬性值
通知的來源。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)