DataCommand.Execute メソッド (String, DataCommandType)
指定したコマンドが返されます。読み取り専用の結果を実行します。
名前空間: Microsoft.VisualStudio.Data.Framework
アセンブリ: Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)
構文
'宣言
Public Function Execute ( _
command As String, _
commandType As DataCommandType _
) As IVsDataReader
public IVsDataReader Execute(
string command,
DataCommandType commandType
)
public:
virtual IVsDataReader^ Execute(
String^ command,
DataCommandType commandType
) sealed
abstract Execute :
command:string *
commandType:DataCommandType -> IVsDataReader
override Execute :
command:string *
commandType:DataCommandType -> IVsDataReader
public final function Execute(
command : String,
commandType : DataCommandType
) : IVsDataReader
パラメーター
command
型 : String実行するデータ ソースに固有のコマンド。
commandType
型 : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandTypecommand パラメーターの内容を解釈する方法を指定するコマンドの種類。 コマンドの種類が DataCommandType の列挙体の値または整数型の DataCommandType の列挙体にキャストを渡すことができるプロバイダーで定義したカスタム コマンドの種類で使用できます。
戻り値
型 : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
データ ソースの順方向でのみ、読み取り専用ストリームを生成する IVsDataReader オブジェクトです。
実装
IVsDataCommand.Execute(String, DataCommandType)
例外
例外 | 条件 |
---|---|
ArgumentNullException | command パラメーターが nullnull 参照 (Visual Basic では Nothing) です。 |
解説
注意
発生する他の例外は、プロバイダーが指定された理由に失敗したことを示します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。