Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Members
| Member name | Description | |
|---|---|---|
| StoredProcedure | Use a stored procedure. | |
| TableDirect | Directly select database tables. | |
| Text | Use a query string. |