CommandTypes-Enumeration
Represents the possible query command types for querying a data source.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration CommandTypes
'Usage
Dim instance As CommandTypes
public enum CommandTypes
public enum class CommandTypes
type CommandTypes
public enum CommandTypes
Elemente
Elementname | Beschreibung | |
---|---|---|
Text | Use a query string. | |
StoredProcedure | Use a stored procedure. | |
TableDirect | Directly select database tables. |