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

属性值

通知的源。

适用于

另请参阅