3.2.4.16 IDataCollectorSetCollection

The IDataCollectorSetCollection interface is used to manage a collection of DataCollectorSet objects.

The following properties MUST be implemented by the objects that implement the IDataCollectorSetCollection interface.

Property

Read/write

Description

_NewEnum

R

An enumeration object of type IEnumVariant containing a snapshot of the IDataCollectorSet objects in this collection. The enumeration object is specified in [MS-OAUT] section 3.3.

Count

R

Number of data collector sets in this collection.

Item

R

Retrieves the requested data collector set from the collection.

Methods in RPC Opnum Order

Method

Description

Count (Get)

Retrieves the Count property.

Opnum: 7

Item (Get)

Retrieves the Item property.

Opnum: 8

_NewEnum (Get)

Retrieves the NewEnum property.

Opnum: 9

Add

Adds a data collector set to the collection.

Opnum: 10

Remove

Removes a data collector set from the collection.

Opnum: 11

Clear

Removes all data collector sets from the collection.

Opnum: 12

AddRange

Adds one or more data collector set to the collection.

Opnum: 13

GetDataCollectorSets

Populates data collector set collection with the persisted data collector sets.

Opnum: 14

Opnums 0, 1, and 2 are reserved for the IUnknown interface. Opnums 3, 4, 5, and 6 are reserved for the IDispatch interface.