データ ソースを照会するために使用できるクエリ コマンドの種類を表します。
名前空間: 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
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| StoredProcedure | ストアド プロシージャを使用します。 | |
| TableDirect | データベースのテーブルを直接選択します。 | |
| Text | クエリ文字列を使用します。 |