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

屬性值

一個表示通知是由變更或訂閱產生的值。

適用於

另請參閱