次の方法で共有


DataRetrievalPlan クラス

データ ドリブン サブスクリプションの配信クエリからデータを取得するために必要な設定を表します。

継承階層

System. . :: . .Object
  ReportService2006..::..DataRetrievalPlan

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
<SerializableAttribute> _
Public Class DataRetrievalPlan
'使用
Dim instance As DataRetrievalPlan
[SerializableAttribute]
public class DataRetrievalPlan
[SerializableAttribute]
public ref class DataRetrievalPlan
[<SerializableAttribute>]
type DataRetrievalPlan =  class end
public class DataRetrievalPlan

DataRetrievalPlan 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド DataRetrievalPlan DataRetrievalPlan クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DataSet データ ドリブン サブスクリプションのデータ ソースに対して実行された配信クエリを表すデータセットを取得または設定します。
パブリック プロパティ Item データの取得元のデータ ソース (DataSourceDefinitionOrReference オブジェクト) を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

DataRetrievalPlan オブジェクトは、GetDataDrivenSubscriptionProperties メソッドから出力として返され、CreateDataDrivenSubscription(String, ExtensionSettings, DataRetrievalPlan, String, String, String, array<ParameterValueOrFieldReference>[]()[][]) メソッドと SetDataDrivenSubscriptionProperties(String, ExtensionSettings, DataRetrievalPlan, String, String, String, array<ParameterValueOrFieldReference>[]()[][]) メソッドに入力として渡されます。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照