IDataCollectorSetCollection::Add method (pla.h)

Adds a data collector set to the collection.

Syntax

HRESULT Add(
  [in] IDataCollectorSet *set
);

Parameters

[in] set

An IDataCollectorSet interface of the data collector set to add to this collection.

Return value

Returns S_OK if successful.

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

IDataCollectorSetCollection

IDataCollectorSetCollection::AddRange

IDataCollectorSetCollection::Remove