ReportingService2005.ListTasks(SecurityScopeEnum) 메서드

정의

보고서 서버에서 관리되는 태스크의 이름과 설명을 반환합니다.

public:
 cli::array <ReportService2005::Task ^> ^ ListTasks(ReportService2005::SecurityScopeEnum SecurityScope);
public ReportService2005.Task[] ListTasks (ReportService2005.SecurityScopeEnum SecurityScope);
member this.ListTasks : ReportService2005.SecurityScopeEnum -> ReportService2005.Task[]
Public Function ListTasks (SecurityScope As SecurityScopeEnum) As Task()

매개 변수

SecurityScope
SecurityScopeEnum

반환할 항목의 보안 범위를 지정하는 SecurityScopeEnum 값입니다.

반환

Task[]

항목 수준 태스크에 대한 정보 컬렉션을 포함하는 Task 개체의 배열입니다.

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 (Out) ServerInfoHeaderValue
필요한 권한 없음

이 메서드에서 반환되는 작업은 항목 수준 작업입니다. 자세한 내용은 Tasks and Permissions을 참조하세요.

적용 대상