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

属性值

通知的源。

适用于

另请参阅