AlertManagement.GetFeedPreviewData(Guid) 方法

定义

返回数据馈送预览记录的列表。

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

参数

feedId
Guid

当前会话中馈送定义的标识符。

返回

FeedPreviewData[]

馈送预览数据记录的集合。

属性

适用于