SqlCommand.Notification Свойство

Определение

Возвращает или задает значение, указывающее объект, привязанный SqlNotificationRequest к этой команде.

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

Значение свойства

Если задано значение NULL (по умолчанию), уведомление не должно быть запрошено.

Атрибуты

Комментарии

Необходимо задать значение для этого свойства, прежде чем команда будет выполнена, чтобы она ввела в силу.

Применяется к

См. также раздел