次の方法で共有


SqlNotificationEventArgs.Type プロパティ

定義

この通知が実際の変更によって生成されたか、サブスクリプションによって生成されたかを示す値を取得します。

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

プロパティ値

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

適用対象