Classe DataRetrievalPlan
Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.
Hierarquia de herança
System. . :: . .Object
ReportService2006..::..DataRetrievalPlan
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class DataRetrievalPlan
'Uso
Dim instance As DataRetrievalPlan
[SerializableAttribute]
public class DataRetrievalPlan
[SerializableAttribute]
public ref class DataRetrievalPlan
[<SerializableAttribute>]
type DataRetrievalPlan = class end
public class DataRetrievalPlan
O tipo DataRetrievalPlan expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DataRetrievalPlan | Initializes a new instance of the DataRetrievalPlan class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.