다음을 통해 공유


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[]

피드 미리 보기 데이터 레코드의 컬렉션입니다.

특성

적용 대상