IDataCollector::get_DataCollectorType method (pla.h)

Retrieves the type of this data collector, for example, a performance data collector.

This property is read-only.

Syntax

HRESULT get_DataCollectorType(
  DataCollectorType *type
);

Parameters

type

Return value

None

Remarks

PLA sets the type when you create the data collector.

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

IDataCollector