Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.
Hierarquia de herança
System.Object
ReportService2010.DataRetrievalPlan
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.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 and SetDataDrivenSubscriptionProperties 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.
.gif)
.gif)
.gif)