SqlCommand.Notification Propiedad

Definición

Obtiene o establece un valor que especifica el SqlNotificationRequest objeto enlazado a este comando.

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

Valor de propiedad

Cuando se establece en NULL (valor predeterminado), no se debe solicitar ninguna notificación.

Atributos

Comentarios

Debe establecer el valor de esta propiedad antes de que se ejecute el comando para que surta efecto.

Se aplica a

Consulte también