SqlCommand.Notification プロパティ

定義

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

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

プロパティ値

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

属性

注釈

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

適用対象