Compartir a través de


ReportingService2006.ListSchedules Método

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

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Function ListSchedules ( _
    Site As String _
) As Schedule()
'Uso
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[]

Parámetros

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

Valor devuelto

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

Comentarios

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.

Vea también

Referencia

ReportingService2006 Clase

Espacio de nombres ReportService2006