ReportingService2010::CreateSchedule Method
Creates a new shared schedule.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute(L"TrustedUserHeaderValue")] [SoapDocumentMethodAttribute(L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateSchedule", RequestNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)] [SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)] public: String^ CreateSchedule( String^ Name, ScheduleDefinition^ ScheduleDefinition, String^ SiteUrl )
Parameters
- Name
- Type: System::String
The name of the schedule.
- ScheduleDefinition
- Type: ReportService2010::ScheduleDefinition
A ScheduleDefinition object that defines the properties and values for the schedule.
- SiteUrl
- Type: System::String
The fully qualified URL for the SharePoint site.
Set this parameter to nullptr (Nothing in Visual Basic) when invoking this method in Native mode.
Return Value
Type: System::StringA String value that represents the ID of the newly created schedule.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | CreateSchedules (System) |
SharePoint Mode Required Permissions |
This method throws an rsUnsupportedParameterForModeException exception if a non-null value is specified for the SiteUrl parameter in Native mode.
If an error occurs when the CreateSchedule method runs, the schedule is not created and no schedule ID is returned.
The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.
