SqlDependency.AddCommandDependency(SqlCommand) Metodo

Definizione

Associa un oggetto SqlCommand a questa istanza di 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)

Parametri

command
SqlCommand

Oggetto SqlCommand contenente un'istruzione valida per le notifiche.

Eccezioni

Il parametro command è null.

Alla proprietà SqlCommand dell'oggetto SqlNotificationRequest è già stato assegnato un oggetto Notification, ma tale oggetto SqlNotificationRequest non è associato a questa dipendenza.

Commenti

Le notifiche delle query sono supportate solo per le istruzioni SELECT che soddisfano alcuni requisiti specifici. Per altre informazioni, vedere SQL Server Service Broker e Uso delle notifiche di query.

Si applica a

Vedi anche