SqlDependency.AddCommandDependency(SqlCommand) Méthode

Définition

Associe un objet SqlCommand à cette instance de SqlDependency.

public:
 void AddCommandDependency(System::Data::SqlClient::SqlCommand ^ command);
public void AddCommandDependency (System.Data.SqlClient.SqlCommand command);
member this.AddCommandDependency : System.Data.SqlClient.SqlCommand -> unit
Public Sub AddCommandDependency (command As SqlCommand)

Paramètres

command
SqlCommand

Objet SqlCommand contenant une instruction valide pour les notifications.

Exceptions

Le paramètre command est null.

L'objet SqlCommand a déjà un objet SqlNotificationRequest assigné à sa propriété Notification, et ce SqlNotificationRequest n'est pas associé à cette dépendance.

Remarques

Les notifications de requêtes sont prises en charge uniquement pour les instructions SELECT qui répondent à une liste d’exigences suivantes. Pour plus d’informations, consultez SQL Server Service Broker et Utilisation des notifications de requête.

S’applique à

Voir aussi