IScheduleCollection interface (pla.h)
Manages a collection of Schedule objects.
To get this interface, access the IDataCollectorSet::Schedules property.
Inheritance
The IScheduleCollection interface inherits from the IDispatch interface. IScheduleCollection also has these types of members:
Methods
The IScheduleCollection interface has these methods.
IScheduleCollection::Add Adds a schedule to the collection. |
IScheduleCollection::AddRange Adds one or more schedules to the collection. |
IScheduleCollection::Clear Removes all schedules from the collection. |
IScheduleCollection::CreateSchedule Creates a schedule object. |
IScheduleCollection::get__NewEnum Retrieves an interface to the enumeration. (IScheduleCollection.get__NewEnum) |
IScheduleCollection::get_Count Retrieves the number of schedules in the collection. |
IScheduleCollection::get_Item Retrieves the requested schedule from the collection. |
IScheduleCollection::Remove Removes a schedule from the collection. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | pla.h |