SqlCommand.Notification Tulajdonság

Definíció

Lekéri vagy beállítja a SqlNotificationRequest parancshoz kötött objektumot meghatározó értéket.

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

Tulajdonság értéke

Ha null (alapértelmezett) értékre van állítva, nem kell értesítést kérni.

Attribútumok

Megjegyzések

A parancs érvénybe lépéséhez be kell állítania ennek a tulajdonságnak az értékét.

A következőre érvényes:

Lásd még