AlertManagement.GetFeedPreviewData(Guid) Method

Definition

Returns the list of the data feed preview records.

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()

Parameters

feedId
Guid

The identifier of the feed definition in the current session.

Returns

The collection of the feed preview data records.

Attributes

Applies to