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 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。