SqlCommand.Notification Propriedade

Definição

Recebe ou define um valor que especifica o SqlNotificationRequest objeto associado 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 Propriedade

Quando definido como nulo (por defeito), não deve ser solicitada qualquer notificação.

Atributos

Observações

Deve definir o valor desta propriedade antes de o comando ser executado para que ela tenha efeito.

Aplica-se a

Ver também