ExecuteSql.ExecuteWithResults メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| ExecuteWithResults(String) |
クエリを実行し、結果を含む DataTable を返す |
| ExecuteWithResults(StringCollection, Object) |
指定された接続に対して tsql を実行し、DataTable で結果を返します |
| ExecuteWithResults(String, Object) |
DataTable で結果を返す指定された接続に対して sql を実行する |
| ExecuteWithResults(StringCollection, Object, StatementBuilder) |
Sql for the sql for the connection returning results in a DataTable this is a tsql for final results StatementBuilder holds info for additional processing needs and formating information the first tsqls in the list are executed without resulst, results are taken for the last tsql |
ExecuteWithResults(StringCollection, Object)
指定された接続に対して tsql を実行し、DataTable で結果を返します
public static System.Data.DataTable ExecuteWithResults(System.Collections.Specialized.StringCollection query, object con);
static member ExecuteWithResults : System.Collections.Specialized.StringCollection * obj -> System.Data.DataTable
Public Shared Function ExecuteWithResults (query As StringCollection, con As Object) As DataTable
パラメーター
- query
- StringCollection
- con
- Object
返品
適用対象
ExecuteWithResults(String, Object)
DataTable で結果を返す指定された接続に対して sql を実行する
public static System.Data.DataTable ExecuteWithResults(string query, object con);
static member ExecuteWithResults : string * obj -> System.Data.DataTable
Public Shared Function ExecuteWithResults (query As String, con As Object) As DataTable
パラメーター
- query
- String
- con
- Object
返品
適用対象
ExecuteWithResults(StringCollection, Object, StatementBuilder)
Sql for the sql for the connection returning results in a DataTable this is a tsql for final results StatementBuilder holds info for additional processing needs and formating information the first tsqls in the list are executed without resulst, results are taken for the last tsql
public static System.Data.DataTable ExecuteWithResults(System.Collections.Specialized.StringCollection query, object con, Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder sb);
static member ExecuteWithResults : System.Collections.Specialized.StringCollection * obj * Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder -> System.Data.DataTable
Public Shared Function ExecuteWithResults (query As StringCollection, con As Object, sb As StatementBuilder) As DataTable
パラメーター
- query
- StringCollection
- con
- Object