Sdílet prostřednictvím


SqlCommand.Notification Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje SqlNotificationRequest objekt vázaný na tento příkaz.

public:
 property Microsoft::Data::Sql::SqlNotificationRequest ^ Notification { Microsoft::Data::Sql::SqlNotificationRequest ^ get(); void set(Microsoft::Data::Sql::SqlNotificationRequest ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.Data.Sql.SqlNotificationRequest Notification { get; set; }
public Microsoft.Data.Sql.SqlNotificationRequest Notification { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Notification : Microsoft.Data.Sql.SqlNotificationRequest with get, set
member this.Notification : Microsoft.Data.Sql.SqlNotificationRequest with get, set
Public Property Notification As SqlNotificationRequest

Hodnota vlastnosti

Pokud je nastavená hodnota null (výchozí), nemělo by se vyžadovat žádné oznámení.

Atributy

Poznámky

Před provedením příkazu je nutné nastavit hodnotu této vlastnosti, aby se projevila.

Platí pro