Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Describes of the results of the query and its effect on the database.
Espacio de nombres: Microsoft.ReportingServices.DataProcessing
Ensamblado: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Sintaxis
'Declaración
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. |
Notas
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.