SqlCommand.Notification Proprietà

Definizione

Ottiene o imposta un valore che specifica l'oggetto SqlNotificationRequest associato a questo 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

Valore della proprietà

Quando viene impostato su Null, che rappresenta il valore predefinito, non è possibile richiedere alcuna notifica.

Attributi

Commenti

È necessario impostare il valore per questa proprietà prima dell'esecuzione del comando per l'effetto.

Si applica a

Vedi anche