ReportingService2010.ListScheduledItems(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
공유 일정과 연결된 항목 목록을 반환합니다.
public:
cli::array <ReportService2010::CatalogItem ^> ^ ListScheduledItems(System::String ^ ScheduleID);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduledItems", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public ReportService2010.CatalogItem[] ListScheduledItems (string ScheduleID);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduledItems", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
[<System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
member this.ListScheduledItems : string -> ReportService2010.CatalogItem[]
Public Function ListScheduledItems (ScheduleID As String) As CatalogItem()
매개 변수
- ScheduleID
- String
공유 일정의 ID입니다.
반환
지정된 공유 일정과 연결된 항목을 나타내는 CatalogItem 개체의 배열입니다.
- 특성
설명
다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.
SOAP 헤더 사용 | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
기본 모드 필수 권한 | ReadSchedules (시스템) |
SharePoint 모드 필수 권한 | <xref:Microsoft.SharePoint.SPBasePermissions.Open> |
이 메서드는 사용자가 기본 모드의 사용 권한과 <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> SharePoint 통합 모드의 사용 권한을 가지고 ReadProperties 있는 항목에 대한 정보만 반환합니다. 반환되는 항목 집합이 지정된 공유 일정과 연결된 모든 카탈로그 항목을 나타내지 않을 수 있습니다.