IDataCollectorSetCollection interface (pla.h)
Manages a collection of DataCollectorSet objects.
To get this interface, call the CoCreateInstance function, passing __uuidof(DataCollectorSetCollection) as the class identifier and __uuidof(IDataCollectorSetCollection) as the interface identifier.
Then, to populate the collection, call the IDataCollectorSetCollection::GetDataCollectorSets method.
Inheritance
The IDataCollectorSetCollection interface inherits from the IDispatch interface. IDataCollectorSetCollection also has these types of members:
Methods
The IDataCollectorSetCollection interface has these methods.
IDataCollectorSetCollection::Add Adds a data collector set to the collection. |
IDataCollectorSetCollection::AddRange Adds one or more data collector sets to the collection. |
IDataCollectorSetCollection::Clear Removes all data collector sets from the collection. |
IDataCollectorSetCollection::get__NewEnum Retrieves an interface to the enumeration. (IDataCollectorSetCollection.get__NewEnum) |
IDataCollectorSetCollection::get_Count Retrieves the number of data collector sets in the collection. |
IDataCollectorSetCollection::get_Item Retrieves the requested data collector set from the collection. |
IDataCollectorSetCollection::GetDataCollectorSets Populates the data collector set collection. |
IDataCollectorSetCollection::Remove Removes a data collector set from the collection. |
Remarks
To create the object from a script, use the Pla.DataCollectorSetCollection program identifier.
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 |