言語

DataRetrievalPlan クラス

定義

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

public ref class DataRetrievalPlan
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class DataRetrievalPlan
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type DataRetrievalPlan = class
Public Class DataRetrievalPlan
継承
DataRetrievalPlan
属性

注釈

DataRetrievalPlanオブジェクトはGetDataDrivenSubscriptionPropertiesメソッドから出力として返され、CreateDataDrivenSubscriptionメソッドとSetDataDrivenSubscriptionPropertiesメソッドへの入力として渡されます。

コンストラクター

名前 説明
DataRetrievalPlan()

DataRetrievalPlan クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
DataSet

データ駆動型サブスクリプションでデータソースに対して実行される、配信クエリを含むデータセットを取得したり設定したりします。

Item

データを取得するか設定するオブジェクト(DataSourceDefinitionOrReference オブジェクト)を取得します。

適用対象