Freigeben über


DataRetrievalPlan-Klasse

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

Vererbungshierarchie

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

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

Der DataRetrievalPlan-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataRetrievalPlan Initializes a new instance of the DataRetrievalPlan class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataSet Gets or sets a dataset containing the delivery query that is executed against the data source in a data-driven subscription.
Öffentliche Eigenschaft Item Gets or sets the data source (DataSourceDefinitionOrReference object) from which data is retrieved.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis