CommandBehavior 枚举

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

命名空间:  Microsoft.ReportingServices.DataProcessing
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Public Enumeration CommandBehavior
用法
Dim instance As CommandBehavior
public enum CommandBehavior
public enum class CommandBehavior
type CommandBehavior
public enum CommandBehavior

成员

成员名称 说明
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.

注释

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.