SqlNotificationEventArgs.Source 属性

定义

获取指示生成通知(如查询数据或数据库状态已更改)的源的值。

public:
 property Microsoft::Data::SqlClient::SqlNotificationSource Source { Microsoft::Data::SqlClient::SqlNotificationSource get(); };
public Microsoft.Data.SqlClient.SqlNotificationSource Source { get; }
member this.Source : Microsoft.Data.SqlClient.SqlNotificationSource
Public ReadOnly Property Source As SqlNotificationSource

属性值

通知的源。

适用于