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

屬性值

表示通知是由變更還是由訂閱所產生的值。

適用於

另請參閱