SqlCommand.Notification プロパティ

定義

このコマンドにバインドされた SqlNotificationRequest オブジェクトを指定する値を取得または設定します。

public:
 property System::Data::Sql::SqlNotificationRequest ^ Notification { System::Data::Sql::SqlNotificationRequest ^ get(); void set(System::Data::Sql::SqlNotificationRequest ^ value); };
public System.Data.Sql.SqlNotificationRequest Notification { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Data.Sql.SqlNotificationRequest Notification { get; set; }
member this.Notification : System.Data.Sql.SqlNotificationRequest with get, set
[<System.ComponentModel.Browsable(false)>]
member this.Notification : System.Data.Sql.SqlNotificationRequest with get, set
Public Property Notification As SqlNotificationRequest

プロパティ値

null (既定) に設定されている場合、通知を要求することはできません。

属性

注釈

コマンドを実行して有効にするには、このプロパティの値を設定する必要があります。

適用対象

こちらもご覧ください