Поделиться через


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 (по умолчанию) уведомления запрашивать не следует.

Атрибуты

Комментарии

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

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