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