Share via


AlertManagement.GetFeedPreviewData(Guid) Método

Definición

Devuelve la lista de registros de vista previa de la fuente de distribución de datos.

public:
 cli::array <AlertingWcfProxy::FeedPreviewData ^> ^ GetFeedPreviewData(Guid feedId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedPreviewDataRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedPreviewData", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedPreviewDataResponse")]
public AlertingWcfProxy.FeedPreviewData[] GetFeedPreviewData (Guid feedId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedPreviewDataRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedPreviewData", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedPreviewDataResponse")>]
abstract member GetFeedPreviewData : Guid -> AlertingWcfProxy.FeedPreviewData[]
Public Function GetFeedPreviewData (feedId As Guid) As FeedPreviewData()

Parámetros

feedId
Guid

Identificador de la definición de fuente de distribución en la sesión actual.

Devoluciones

FeedPreviewData[]

Colección de registros de datos de vista previa de la fuente de distribución.

Atributos

Se aplica a