SqlCommand.Notification Propiedad

Definición

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

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

Valor de propiedad

Cuando su valor es 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