共用方式為


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.