SqlNotificationEventArgs.Type 属性

定义

获取一个值,该值指示此通知是由于实际更改生成的还是通过订阅生成的。

public:
 property System::Data::SqlClient::SqlNotificationType Type { System::Data::SqlClient::SqlNotificationType get(); };
public System.Data.SqlClient.SqlNotificationType Type { get; }
member this.Type : System.Data.SqlClient.SqlNotificationType
Public ReadOnly Property Type As SqlNotificationType

属性值

指示通知是否由更改或订阅生成的值。

适用于

另请参阅