Freigeben über


Database.ExecuteNonQuery-Methode

Geschützte Member einschließen
Geerbte Member einschließen

Executes a collection of batches in the context of the database where there are no results returned.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
Öffentliche Methode ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
Öffentliche Methode ExecuteNonQuery(StringCollection, ExecutionTypes) Runs a collection of batches in the context of the database where there are no results returned for the specified execution type only.
Öffentliche Methode ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.

Zum Anfang

Siehe auch

Verweis

Database Klasse

Microsoft.SqlServer.Management.Smo-Namespace