Editja

ActiveDirectorySchedule Class

Definition

The ActiveDirectorySchedule class represents the weekly schedule for an Active Directory Domain Services replication.

public ref class ActiveDirectorySchedule
public class ActiveDirectorySchedule
type ActiveDirectorySchedule = class
Public Class ActiveDirectorySchedule
Inheritance
ActiveDirectorySchedule

Constructors

Name Description
ActiveDirectorySchedule()

Initializes a new instance of the ActiveDirectorySchedule class.

ActiveDirectorySchedule(ActiveDirectorySchedule)

Initializes a new instance of the ActiveDirectorySchedule class, using the specified ActiveDirectorySchedule object.

Properties

Name Description
RawSchedule

Gets or sets a three-dimensional array that indicates at what time during the week that the source is available for replication.

Methods

Name Description
ResetSchedule()

Resets the entire schedule to unavailable.

SetDailySchedule(HourOfDay, MinuteOfHour, HourOfDay, MinuteOfHour)

Adds a range of times for every day of the week to the schedule.

SetSchedule(DayOfWeek, HourOfDay, MinuteOfHour, HourOfDay, MinuteOfHour)

Adds a range of times for a single day to the schedule.

SetSchedule(DayOfWeek[], HourOfDay, MinuteOfHour, HourOfDay, MinuteOfHour)

Adds a range of times for multiple days to the schedule.

Applies to