Freigeben über


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
StoredProcedure Use a stored procedure.
TableDirect Directly select database tables.
Text Use a query string.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace