SqlCommand.Notification Özellik

Tanım

Bu komuta bağlı nesneyi belirten SqlNotificationRequest bir değer alır veya ayarlar.

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

Özellik Değeri

null (varsayılan) olarak ayarlandığında bildirim istenmemelidir.

Öznitelikler

Açıklamalar

Etkili olması için komut yürütülmeden önce bu özelliğin değerini ayarlamanız gerekir.

Şunlara uygulanır

Ayrıca bkz.