CommandTypes 枚举

Represents the possible query command types for querying a data source.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

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

成员

成员名称 说明
Text Use a query string.
StoredProcedure Use a stored procedure.
TableDirect Directly select database tables.