SqlCommand.Notification 属性

定义

获取或设置一个指定绑定到此命令的 SqlNotificationRequest 对象的值。

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

属性值

如果设置为 null(默认值),则不应请求任何通知。

属性

注解

必须先设置此属性的值,然后才能执行命令才能生效。

适用于

另请参阅