IDataCollectorSet::get_SchedulesEnabled method (pla.h)

Retrieves or sets a value that indicates whether the schedules are enabled.

This property is read/write.

Syntax

HRESULT get_SchedulesEnabled(
  VARIANT_BOOL *enabled
);

Parameters

enabled

Return value

None

Remarks

You can use this property to temporarily suspend running the data collection set based on the schedules.

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
DLL Pla.dll

See also

IDataCollectorSet

IDataCollectorSet::Schedules