Classe DataRetrievalPlan
Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2006..::..DataRetrievalPlan
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class DataRetrievalPlan
'Utilisation
Dim instance As DataRetrievalPlan
[SerializableAttribute]
public class DataRetrievalPlan
[SerializableAttribute]
public ref class DataRetrievalPlan
[<SerializableAttribute>]
type DataRetrievalPlan = class end
public class DataRetrievalPlan
Le type DataRetrievalPlan expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DataRetrievalPlan | Initializes a new instance of the DataRetrievalPlan class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DataSet | Gets or sets a dataset containing the delivery query that is executed against the data source in a data-driven subscription. | |
Item | Gets or sets the data source (DataSourceDefinitionOrReference object) from which data is retrieved. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.