Перечисление 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. |