ReportingService2006.PrepareQuery メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ駆動型サブスクリプションのデリバリークエリで取得したフィールドを含むデータセットを返します。
public:
ReportService2006::DataSetDefinition ^ PrepareQuery(ReportService2006::DataSource ^ DataSource, ReportService2006::DataSetDefinition ^ DataSet, [Runtime::InteropServices::Out] bool % Changed, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % ParameterNames);
public ReportService2006.DataSetDefinition PrepareQuery(ReportService2006.DataSource DataSource, ReportService2006.DataSetDefinition DataSet, out bool Changed, out string[] ParameterNames);
member this.PrepareQuery : ReportService2006.DataSource * ReportService2006.DataSetDefinition * bool * String[] -> ReportService2006.DataSetDefinition
Public Function PrepareQuery (DataSource As DataSource, DataSet As DataSetDefinition, ByRef Changed As Boolean, ByRef ParameterNames As String()) As DataSetDefinition
パラメーター
- DataSource
- DataSource
デリバリークエリのデータソース。 これは共有データソースやモデルであったりします。
- DataSet
- DataSetDefinition
データ駆動型サブスクリプションの配信クエリとフィールドを含むデータセットです。
- Changed
- Boolean
[アウト]メソッドに渡されたデータセットがメソッドから返されるデータセットと異なるかどうかを示す Boolean 値です。 この特性を使って、入力データセットが出力データセットと異なるかどうかを判断します。
- ParameterNames
- String[]
[アウト]基盤となる意味論的クエリで使われるクエリパラメータの名前。 このアウトパラメータは、 DataSource がモデルを参照している場合にのみ使用されます。
返品
与えられたデータソースから取得されるフィールドとデリバリークエリを含む DataSetDefinition オブジェクトです。
注釈
以下の表は、この操作のヘッダーおよび権限情報を示しています。
| SOAPヘッダー | (イン) TrustedUserHeaderValue (アウト) ServerInfoHeaderValue |
| 必要なアクセス許可 |
<xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> に DataSource |