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

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

RawSchedule

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

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to