ReportingService2010.ListJobTypes Method
SQL Server 2008 R2
Returns a list of supported job types.
Assembly: ReportService2010 (in ReportService2010.dll)
'Declaration <SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _ <SoapHeaderAttribute("TrustedUserHeaderValue")> _ <SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobTypes", RequestNamespace := "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _ ResponseNamespace := "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _ Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _ Public Function ListJobTypes As String() 'Usage Dim instance As ReportingService2010 Dim returnValue As String() returnValue = instance.ListJobTypes()
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
The following job types are supported.
Job Type | Description |
|---|---|
System | Specifies that the job was initiated by the report server through an automated process. |
User | Specifies that the job was initiated by an authenticated user. |
