Expand Minimize
This topic has not yet been rated - Rate this topic

SetScheduleProperties Method

SQL Server 2000

ReportingService.SetScheduleProperties Method

Sets the properties of a shared schedule.

Public Sub SetScheduleProperties( _
   ByVal Name As String _
   ByVal ScheduleID As String _
   ByVal ScheduleDefinition As [Namespace].ScheduleDefinition _
)
   Member of [Namespace].ReportingService
public void SetScheduleProperties(
   string Name,
   string ScheduleID,
   [Namespace].ScheduleDefinition ScheduleDefinition
);
   Member of [Namespace].ReportingService
Parameters
Name
The name of the schedule.
ScheduleID
The ID of the schedule.
ScheduleDefinition
A ScheduleDefinition object that defines the schedule properties and values to set.
Permissions

Operation Description
Update Schedules Required to modify schedule properties.

Remarks

To remove a property from a shared schedule, set the property to null (Nothing in Visual Basic). Setting an empty value for a property that does not exist has no effect on the schedule.

If you set the value of a property that already exists, the value is overwritten.

The SetScheduleProperties method does not stop execution of a scheduled operation when the method is invoked. If the schedule is updated during a scheduled run, changes are reflected in subsequent runs.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.