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. |