Enumerazione CommandTypes

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Enumeration CommandTypes
'Utilizzo
Dim instance As CommandTypes
public enum CommandTypes
public enum class CommandTypes
type CommandTypes
public enum CommandTypes

Membri

Nome membro Descrizione
StoredProcedure Use a stored procedure.
TableDirect Directly select database tables.
Text Use a query string.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel