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

プロパティ値

通知が変更またはサブスクリプションによって生成されたかどうかを示す値。

適用対象

こちらもご覧ください