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); };
[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

Valore della proprietà

Se impostato su null (impostazione predefinita), non deve essere richiesta alcuna notifica.

Attributi

Commenti

Per rendere effettivo il comando, è necessario impostare il valore per questa proprietà.

Si applica a

Vedi anche