Partager via


CommandBehavior Enumeration

Describes of the results of the query and its effect on the database.

Espace de noms: Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntaxe

'Déclaration
Public Enumeration CommandBehavior
public enum CommandBehavior
public enum class CommandBehavior
public enum CommandBehavior
public enum CommandBehavior

Members

Member name Description
SchemaOnly The query returns column information only, and does not affect the database state.
SingleResult The query returns a single result set. Execution of the query may affect the database state.

Notes

The CommandBehavior values are used by the ExecuteReader method of the IDbCommand class and any classes derived from it.

A bitwise combination of these values may be used.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.ReportingServices.DataProcessing Namespace