SqlCommand.Notification Egenskap

Definition

Hämtar eller anger ett värde som anger objektet som är bundet SqlNotificationRequest till det här kommandot.

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

Egenskapsvärde

När värdet är null (standard) ska inget meddelande begäras.

Attribut

Kommentarer

Du måste ange värdet för den här egenskapen innan kommandot körs för att det ska börja gälla.

Gäller för

Se även