ReplicationAgentSchedule Members

Include Protected Members
Include Inherited Members

Represents the schedule for a replication agent job.

The ReplicationAgentSchedule type exposes the following members.

Constructors

  Name Description
Public method ReplicationAgentSchedule() Creates a new instance of the ReplicationAgentSchedule class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Public method Update() Updates an existing schedule on the server.

Top

Properties

  Name Description
Public property ActiveEndDate Gets or sets the date the scheduled activity is to stop running.
Public property ActiveEndTime Gets or sets the time the scheduled activity is to stop running.
Public property ActiveStartDate Gets or sets the date of the first occurrence of the scheduled activity.
Public property ActiveStartTime Gets or sets the time of the first occurrence of the scheduled activity.
Public property FrequencyInterval Gets or sets the interval between occurrences of a scheduled activity.
Public property FrequencyRecurrenceFactor Gets or sets the frequency recurrence factor.
Public property FrequencyRelativeInterval Gets or sets a time of occurrence that is relative to the first day of the month.
Public property FrequencySubDay Gets or sets the frequency in minutes for scheduled activities that occur several times a day.
Public property FrequencySubDayInterval Gets or sets the interval between scheduled activities that occur several times in one day.
Public property FrequencyType Gets or sets the frequency for a scheduled activity.

Top