Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages a collection of DataCollector objects.
To get this interface, access the IDataCollectorSet::DataCollectors property.
Inheritance
The IDataCollectorCollection interface inherits from the IDispatch interface. IDataCollectorCollection also has these types of members:
Methods
The IDataCollectorCollection interface has these methods.
| IDataCollectorCollection::Add Adds a data collector to the collection. |
| IDataCollectorCollection::AddRange Adds one or more data collectors to the collection. |
| IDataCollectorCollection::Clear Removes all data collectors from the collection. |
| IDataCollectorCollection::CreateDataCollector Creates a data collector of the specified type. |
| IDataCollectorCollection::CreateDataCollectorFromXml Creates a data collector using the specified XML. |
| IDataCollectorCollection::get__NewEnum Retrieves an interface to the enumeration. (IDataCollectorCollection.get__NewEnum) |
| IDataCollectorCollection::get_Count Retrieves the number of data collectors in the collection. |
| IDataCollectorCollection::get_Item Retrieves the requested data collector from the collection. |
| IDataCollectorCollection::Remove Removes a data collector 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 |