共用方式為


ReportingService2006.ListSchedules 方法

Returns a list of all shared schedules for a given site.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
Public Function ListSchedules ( _
    Site As String _
) As Schedule()
'用途
Dim instance As ReportingService2006 
Dim Site As String 
Dim returnValue As Schedule()

returnValue = instance.ListSchedules(Site)
public Schedule[] ListSchedules(
    string Site
)
public:
array<Schedule^>^ ListSchedules(
    String^ Site
)
member ListSchedules : 
        Site:string -> Schedule[] 
public function ListSchedules(
    Site : String
) : Schedule[]

參數

  • Site
    型別:System.String
    The fully qualified URL for the SharePoint site.

傳回值

型別:array<ReportService2006.Schedule[]
An array of Schedule objects that represents all shared schedules for the given site.

備註

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

Open

If the site does not contain any shared schedules, an empty Schedule array is returned.

請參閱

參考

ReportingService2006 類別

ReportService2006 命名空間