Bagikan melalui


SqlCommand.Notification Properti

Definisi

Mendapatkan atau menetapkan nilai yang menentukan objek yang terikat ke SqlNotificationRequest perintah ini.

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; }
public System.Data.Sql.SqlNotificationRequest Notification { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Notification : System.Data.Sql.SqlNotificationRequest with get, set
member this.Notification : System.Data.Sql.SqlNotificationRequest with get, set
Public Property Notification As SqlNotificationRequest

Nilai Properti

Ketika diatur ke null (default), tidak ada pemberitahuan yang harus diminta.

Atribut

Keterangan

Anda harus mengatur nilai untuk properti ini sebelum perintah dijalankan agar berlaku.

Berlaku untuk

Lihat juga