Freigeben über


DataRetrievalPlan-Klasse

Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataRetrievalPlan
'Usage
Dim instance As DataRetrievalPlan
[SerializableAttribute]
public class DataRetrievalPlan
[SerializableAttribute]
public ref class DataRetrievalPlan
[<SerializableAttribute>]
type DataRetrievalPlan =  class end
public class DataRetrievalPlan

Hinweise

A DataRetrievalPlan object is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription(String, ExtensionSettings, DataRetrievalPlan, String, String, String, array<ParameterValueOrFieldReference>[]()[][]) and SetDataDrivenSubscriptionProperties(String, ExtensionSettings, DataRetrievalPlan, String, String, String, array<ParameterValueOrFieldReference>[]()[][]) methods.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.