SqlNotificationEventArgs.Source Egenskap

Definition

Hämtar ett värde som anger källan som genererade meddelandet, till exempel en ändring av frågedata eller databasens tillstånd.

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

Egenskapsvärde

Källan till meddelandet.

Gäller för

Se även